8ac6a2f94c
inadyn is a DynamicDNS client/updater which works with dyndns.com, noip.com and many other DDNS providers. It is minimal in footprint and requirements, supports IP caching, multiple providers, multiple domain names, and a variety of other situations. [Peter: fixup whitespace / trailing spaces] Signed-off-by: Dave Purdy <david.c.purdy@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
456 B
Plaintext
13 lines
456 B
Plaintext
# Basic configuration file for inadyn
|
|
#
|
|
# /etc/inadyn.conf
|
|
background
|
|
update_period_sec 600 # Check for a new IP every 600 seconds
|
|
username test # replace 'test' with your username
|
|
password test # replace 'test' with your password
|
|
dyndns_system dyndns@dyndns.org # replace w/ your provider
|
|
|
|
# uncomment the alias statement below to test it on your system
|
|
alias test.homeip.net
|
|
# replace 'test.homeip.net' with yourdomainname for actual (non-test) use
|