Fix 'occurred' typo
[bpdyndnsd] / config / bpdyndnsd.conf
CommitLineData
d16207a5
BS
1daemon_mode=1
2loglevel=0
3syslog=1
46fffdd6
BS
4# Uncomment following two lines if located behind a NAT router.
5#webcheck_enabled=1
d16207a5 6#webcheck_url=http://checkip.dyndns.com
b6188af9
TJ
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.
19dialup_mode=0
20dialup_burst_period_seconds=120
c7a2055a 21dialup_sleep_seconds=600