blob: ab8aa3611c40255f02269a205c504064bb6c9825 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Basic configuration file for inadyn
#
# /etc/inadyn.conf
pidfile /var/run/inadyn.pid
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 default@dyndns.org # replace w/ your provider
alias test.homeip.net
# replace 'test.homeip.net' with yourdomainname for actual (non-test) use
|