# /etc/inadyn.conf :: v2 configuration file format # # 1. Select a matching DDNS provider to uncomment, this file lists a few # common ones, including a custom one, see inadyn(8) for the full list # # 2. Edit the following options: # - your username at the DDNS provider # - your password at the DDNS provider # - the DNS hostname(s) you want to update # # 3. Ensure to set 600 permissions on this file! # # See inadyn.conf(5) for detailed information on the syntax # How often the IP is checked. The value denotes seconds #period = 300 # Custom HTTP user agent, some DDNS providers require this. # Default is inadyn/VERSION, you rarely need this. #user-agent = Mozilla/4.1 # Set interface to check for IP, default is to ask an external # checkip server -- you rarely need this. #iface = eth1 ### FreeDNS -- https://freedns.afraid.org #provider freedns.afraid.org { # username = # password = # hostname = #} ### Loopia -- https://www.loopia.com #provider loopia { # username = # password = ## wildcard = true # hostname = { , , ... } #} ### DYN.com -- http://www.dyn.com #provider Dyn { # username = # password = # hostname = #} ### FreeMyIP -- https://freemyip.com #provider freemyip.com { # password = # hostname = .freemyip.com #} ### Custom provider setup for http://twoDNS.de #custom twoDNS { # username = # password = # checkip-server = checkip.two-dns.de # checkip-path = / # checkip-ssl = false # ddns-server = update.twodns.de # ddns-path = "/update?hostname=%h" # ssl = true # hostname = .dd-dns.de #}