DDClient - Failing to update

Hello.

Could somebody help me configure ddclient for use with ipv64.net. My config is below (token and domain have been changed):

daemon=300 # Check every 300 seconds
syslog=yes # Log to syslog
ssl=yes # Use SSL

protocol=dyndns2
use=web, web=https://ifconfig.me/ip
server=ipv64.net/nic/update
login=none
password=ISmfzLE0B212344gdqN8QMVP5Z
example.ipv64.net

The update fails. Am I missing something. I have tried multiple examples from IPv64.net • DynDNS2 & API Documentation - IPv4 & IPv6 but I am failing miserably.

Thanks.

For the Field „Password“ you are using the Key from Domain Update URL ?

daemon=300
syslog=yes
ssl=yes

protocol=dyndns2
use=web, web=https://ifconfig.me/ip
server=ipv64.net/nic/update
login=none
password=ISmfzLE0B212344gdqN8QMVP5Z

example.ipv64.net

For the password I have tried the Domain Update Key and the Account Update Key but both fail. For the login I am of the understanding that it can be anything as long as it’s not left .

Thanks.

Update:

I instead moved to In-a-Dyn (instead of DDClient) as it added support for IPv64.net (IPv4 and IPv6), by Dennis Schröder

https://hub.docker.com/r/troglobit/inadyn

Example config file is found here: inadyn/examples/ipv64.conf at master · troglobit/inadyn · GitHub

If you have multiple sub-domains and you are not wildcarding then you can use a config as follows (Note: the :1 and :2: appended to provider default@ipv64.net)

innadyn v2.0 configuration file format

period = 1800
#verify-address = false

You can find the correct DynDNS update token in your domain overview.

Click on the domain name and display the security field.

provider default@ipv64.net:1 {
username =
password = NO_PASSWORD_NEEDED
hostname = domain.ipv64.net
}

provider default@ipv64.net:2 {
username =
password = NO_PASSWORD_NEEDED
hostname = subdomain.domain.ipv64.net
}