Skip to content

Dynu DDNS: ddclients updates both IPv4 and IPv6 even when usev4=disabled. #962

Description

@inevitable-commit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions