diff --git a/svn/Changelog b/svn/Changelog index ee35de4..9f67768 100644 --- a/svn/Changelog +++ b/svn/Changelog @@ -18,6 +18,13 @@ Changelog update-new-config.patch: Force update if config has changed smc-barricade-7401bra.patch: Support for SMC Barricade 7401BRA FW firewall + cisco_fw.diff: Use configured hostname for firewall access + with -use=cisco (closes: #345712). Thanks to Per Carlson for the + patch! See http://bugs.debian.org/345712. + 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 + 3.7.0 - Added vi tag diff --git a/svn/ddclient b/svn/ddclient index 8cd9168..f170ec9 100755 --- a/svn/ddclient +++ b/svn/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('15d'), 0), + 'max-interval' => setv(T_DELAY, 0, 0, 1, interval('30d'), 0), 'min-error-interval' => setv(T_DELAY, 0, 0, 1, interval('5m'), 0), 'warned-min-interval' => setv(T_ANY, 0, 1, 0, 0, undef),