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:
Tamás 2024-08-03 11:11:16 +03:00 committed by GitHub
parent ab27df6f79
commit e4d43f0292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),
}, },
}, },