2 # For more details see /usr/share/doc/inadyn/readme.html
4 # example for FreeDNS service
6 #--ip_server_name :80 checkip.dyndns.org
7 #--dyndns_server_name :80
8 #--dyndns_system default@freedns.afraid.org
9 #--alias own.domain.com,PLohnR5QmhERfsashjyjyjkuQ3MTAzMQ== # copy and paste the hash value after the '?' until the end of line
10 #--alias second-own.domain.com,LogEf5QmhERfsGGHJfjfyjkuQ3MTAzMQ==
12 # example for no-ip.com sevice
14 #--ip_server_name :80 checkip.dyndns.org
15 #--dyndns_server_name :80
16 #--dyndns_system default@no-ip.com
21 # example for dyndns.org
23 #--ip_server_name :80 checkip.dyndns.org
24 #--dyndns_server_name :80
25 #--dyndns_system custom@dyndns.org
32 # How often the IP is checked. The period is in [ms]. Default is about 1 min. Max is 10 days
33 #--update_period 300000
35 # Runs in background. Output to syslog or to log file [if specified].
38 # The client IP is detected by calling 'url' from this 'ip_server_name:port'. Defaults to checkip.dyndns.org:80
39 #--ip_server_name[:port] url
41 # [NAME[:port]] - the http proxy server name and port. Default is none.
44 # How often the IP is checked. The period is in [sec]. Default is about 1 min. Max is 10 days
47 # How often the IP is updated even if it is not changed. [in sec]
48 #--forced_update_period
51 #--log_file /var/log/inadyn.log
53 # Set dbg level. 0 to 5
56 # Set the number of DNS updates. Default is 0, which means infinity.
59 # Explicit set output to syslog. (e.g. /var/log/messages). Works on **NIX systems only.
62 # After init changes user ID and group ID to the provided ones.
63 # This allows dropping unneeded [root] privileges after startup. Works for **NIX only.
64 #--change_persona uid[:gid]