Removed min-interval from changeip protocol
Removed the min-interval set to 5 minutes in changeip, because according to my tests, changeip has no problem updating every 30 seconds, which is the default min-interval value in ddclient
This commit is contained in:
parent
ab27df6f79
commit
e4d43f0292
1 changed files with 0 additions and 1 deletions
|
@ -723,7 +723,6 @@ our %protocols = (
|
||||||
'examples' => \&nic_changeip_examples,
|
'examples' => \&nic_changeip_examples,
|
||||||
'variables' => {
|
'variables' => {
|
||||||
%{$variables{'protocol-common-defaults'}},
|
%{$variables{'protocol-common-defaults'}},
|
||||||
'min-interval' => setv(T_DELAY, 0, 0, interval('5m'), interval('5m')),
|
|
||||||
'server' => setv(T_FQDNP, 0, 0, 'nic.changeip.com', undef),
|
'server' => setv(T_FQDNP, 0, 0, 'nic.changeip.com', undef),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue