Custom DDNS setting
Posted: 21 Oct 2021, 17:53
The setting of DDNS allows only preconfigured providers. Is there a way to add custom settings to the input mask?
If not, please add such settings to future versions.
For now i've edited the "/etc/inadyn/inadyn.conf" setting to:
works for IPv6 (for IPv4 only it also works with "checkip-command = /etc/tos/scripts/getexternalip" instead of "checkip-server")
Any suggestion how to manage to set both? The ddns-path has to be somthing like "&myip=%ipv4,%ipv6" or a server that returns both addresses comma-seperated?
If not, please add such settings to future versions.
For now i've edited the "/etc/inadyn/inadyn.conf" setting to:
Code: Select all
period = 300
user-agent = Mozilla/5.0
custom strato {
username = nas.mdvp.de
password = *******
ddns-server = dyndns.strato.com
ddns-path = "/nic/update?hostname=%h&myip=%i"
hostname = nas.mdvp.de
ssl = false
checkip-server = api6.ipify.org
}
Any suggestion how to manage to set both? The ddns-path has to be somthing like "&myip=%ipv4,%ipv6" or a server that returns both addresses comma-seperated?