aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-07-09 21:22:31 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-07-09 21:22:31 +0300
commit8b9455adfd32708719d3534e21dff3a041efc9ee (patch)
tree0020a41704f1fd3157ef4f5f826a34af21f8c796
parentcb0b5ab211502ae9ec6ec816455285ec6603f7fb (diff)
Reduce dyndns interval to 1m
-rw-r--r--templates/usr_local_etc_rc.d_do_dyndns.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/usr_local_etc_rc.d_do_dyndns.j2 b/templates/usr_local_etc_rc.d_do_dyndns.j2
index 0198f9d..6c4c18e 100644
--- a/templates/usr_local_etc_rc.d_do_dyndns.j2
+++ b/templates/usr_local_etc_rc.d_do_dyndns.j2
@@ -16,7 +16,7 @@ stop_cmd="do_dyndns_stop"
load_rc_config $name
: "${do_dyndns_enable:=NO}"
-: "${do_dyndns_interval:=5m}"
+: "${do_dyndns_interval:=1m}"
: "${do_dyndns_hostname:=@}"
: "${do_dyndns_auth_file:=/usr/local/etc/do_dyndns_auth}"