Custom DDNS setting

IPv4/6, Port, VPN, proxy, SSH, remote access and more.
Locked
User avatar
MDvP
Posts: 7
Joined: 19 Dec 2020, 20:36

Custom DDNS setting

Post 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?
TNAS: F4-220, 4GB Ram, TOS 5.1.37, 8GB System, 2x4TB IronWolf TRaid Btrfs , 1TB SSD-WDRed Btrfs
User avatar
TMzethar
TerraMaster Team
Posts: 1128
Joined: 27 Oct 2020, 16:43

Re: Custom DDNS setting

Post 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.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Locked