From 561f95fabf6408cb162f97b5fbcc14ea2bb68ca9 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 14 Feb 2024 11:31:47 -0800 Subject: [PATCH] Increase interval for update-nat-reflection --- homelab/wizard/config/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab/wizard/config/system.sh b/homelab/wizard/config/system.sh index ed093484..cfe3afd5 100644 --- a/homelab/wizard/config/system.sh +++ b/homelab/wizard/config/system.sh @@ -28,5 +28,5 @@ set system option performance 'latency' set system syslog global facility all level 'info' set system syslog global facility local7 level 'debug' set system task-scheduler task update-nat-reflection executable path '/home/vyos/ipupdate.sh' -set system task-scheduler task update-nat-reflection interval '10' +set system task-scheduler task update-nat-reflection interval '60' set system time-zone 'America/Los_Angeles'