updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / inadyn-fork / inadyn.conf
bloba63de2ed5dd8f794cf5b947d4420bf08374e997a
1 # inadyn.conf
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 
17 #--username test
18 #--password test
19 #--alias HOST
21 # example for dyndns.org
23 #--ip_server_name :80 checkip.dyndns.org
24 #--dyndns_server_name :80
25 #--dyndns_system custom@dyndns.org
26 #--username test
27 #--password test
28 #--alias HOST
30 # Common Options
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].
36 #--background 
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.
42 #--proxy_server 
44 # How often the IP is checked. The period is in [sec]. Default is about 1 min. Max is 10 days
45 #--update_period_sec 
47 # How often the IP is updated even if it is not changed. [in sec]
48 #--forced_update_period 
50 # Log file path
51 #--log_file /var/log/inadyn.log
53 # Set dbg level. 0 to 5
54 #--verbose 0
56 # Set the number of DNS updates. Default is 0, which means infinity.
57 #--iterations 
59 # Explicit set output to syslog. (e.g. /var/log/messages). Works on **NIX systems only.
60 #--syslog
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]