From e4d43f0292563d29b2dcd09a7cf3f153f241f271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s?= Date: Sat, 3 Aug 2024 11:11:16 +0300 Subject: [PATCH] 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 --- ddclient.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 42e0fd8..8d043d6 100755 --- a/ddclient.in +++ b/ddclient.in @@ -723,7 +723,6 @@ our %protocols = ( 'examples' => \&nic_changeip_examples, 'variables' => { %{$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), }, },