Changed max-interval to 25days. See https://www.dyndns.com/services/dns/dyndns/faq.html
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@40 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
57b59643ae
commit
154a0f11c0
2 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,8 @@ Changelog
|
|||
maxinterval.diff: Increase max interval for updates.
|
||||
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=129370
|
||||
http://www.dyndns.com/support/services/dyndns/faq.html#q15
|
||||
* Changed max-interval to 25days. See
|
||||
https://www.dyndns.com/services/dns/dyndns/faq.html
|
||||
|
||||
|
||||
3.7.0
|
||||
|
|
2
ddclient
2
ddclient
|
@ -352,7 +352,7 @@ my %variables = (
|
|||
'atime' => setv(T_NUMBER, 0, 1, 0, 0, undef),
|
||||
'status' => setv(T_ANY, 0, 1, 0, '', undef),
|
||||
'min-interval' => setv(T_DELAY, 0, 0, 1, interval('30s'), 0),
|
||||
'max-interval' => setv(T_DELAY, 0, 0, 1, interval('30d'), 0),
|
||||
'max-interval' => setv(T_DELAY, 0, 0, 1, interval('25d'), 0),
|
||||
'min-error-interval' => setv(T_DELAY, 0, 0, 1, interval('5m'), 0),
|
||||
|
||||
'warned-min-interval' => setv(T_ANY, 0, 1, 0, 0, undef),
|
||||
|
|
Loading…
Reference in a new issue