Page 1 of 1

Custom DDNS setting

Posted: 21 Oct 2021, 17:53
by MDvP
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:

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
}
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?

Re: Custom DDNS setting

Posted: 21 Oct 2021, 22:13
by TMzethar
Subsequent versions may include the function of custom providers. You may be able to realize your requirements through docker for the time being.