diff --git a/src/ddns_update.py b/src/ddns_update.py index a62bd05..448c65e 100755 --- a/src/ddns_update.py +++ b/src/ddns_update.py @@ -75,7 +75,7 @@ def loop_ddns_update(host, key): last_ip = current_ip else: log.debug("skipped update, ip address unchanged") - sleep(5) + sleep(30) if __name__ == "__main__":