I want to have only the IPv6 address tied to my domain address so I tried to disable updating entry for IPv4 address in ddclient's config. Still, entries for both get updated.
ddclient version: 4.0.0
OS: Arch Linux
Kernel: Linux 7.1.4-arch1-1
DDNS service provider: dynu.com
ddclient's config:
# /etc/ddclient/ddclient.conf
ssl=yes
daemon=300 # check every 300 seconds
usev4=disabled
cmdv6="ip -6 -o addr show dev enp3s0 scope global | awk '{print $4}' | cut -d/ -f1 | head -n1"
usev6=cmdv6
syslog=yes # log update msgs to syslog
pid=/var/run/ddclient.pid # Record PID in file.
force=yes
protocol=dyndns2
server=api.dynu.com # IP update server.
login=[redacted]
password=[redacted]
zone=xubi.org
[redacted].xubi.org
I want to have only the IPv6 address tied to my domain address so I tried to disable updating entry for IPv4 address in ddclient's config. Still, entries for both get updated.
ddclient version: 4.0.0
OS: Arch Linux
Kernel: Linux 7.1.4-arch1-1
DDNS service provider: dynu.com
ddclient's config: