diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-07-09 21:22:31 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-07-09 21:22:31 +0300 |
| commit | 8b9455adfd32708719d3534e21dff3a041efc9ee (patch) | |
| tree | 0020a41704f1fd3157ef4f5f826a34af21f8c796 /templates | |
| parent | cb0b5ab211502ae9ec6ec816455285ec6603f7fb (diff) | |
Reduce dyndns interval to 1m
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/usr_local_etc_rc.d_do_dyndns.j2 | 2 |
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}" |
