From 8b9455adfd32708719d3534e21dff3a041efc9ee Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 9 Jul 2025 21:22:31 +0300 Subject: Reduce dyndns interval to 1m --- templates/usr_local_etc_rc.d_do_dyndns.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.3