Fix 'occurred' typo
[bpdyndnsd] / config / bpdyndnsd.conf
1 daemon_mode=1
2 loglevel=0
3 syslog=1
4 # Uncomment following two lines if located behind a NAT router.
5 #webcheck_enabled=1
6 #webcheck_url=http://checkip.dyndns.com
7
8 # Dialup mode
9 #
10 # Dialup connections which get billed by online time
11 # usually have an inactivity timeout to disconnect the line.
12 # As bpdyndnsd emits a DNS query every half minute or so,
13 # we would end up triggering the timeout counter.
14 #
15 # In dialup mode, we keep quiet for atleast the specified
16 # number of seconds. To make sure every host gets updated correctly,
17 # we have a "burst" period (dialup_burst_seconds)
18 # in which we act normally and then keep quiet.
19 dialup_mode=0
20 dialup_burst_period_seconds=120
21 dialup_sleep_seconds=600