Hi,
I also use duckdns for the DDNS and I have made a inadyn.conf file under /jffs/configs with the following content:
Code:
provider duckdns.org {
hostname = xxxxx.duckdns.org
password = noused
username = xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
checkip-command = 'getrealip.sh'
}
period = 60
forced-update = 60
iterations = 0
iface = eth4
ca-trust-file = /etc/ssl/certs/ca-certificates.crt
secure-ssl = true
where username is the token that you can find on the duckdns home
View attachment 62309
and on DDNS from web GUI of router i have made the following conf
View attachment 62310
I hope that information would help you
Edit
Sorry I have missed this part, added under /jffs/scripts/ a script called ddns-start and inserted the following:
Code:
#!/bin/sh
inadyn --once -f "/jffs/configs/inadyn.conf" -e "/sbin/ddns_custom_updated 1" --continue-on-error "/sbin/ddns_custom_updated 0"