From d9718617bd55cb622bc3627588258172a4df57e7 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sat, 26 Apr 2025 17:47:42 +0300 Subject: [PATCH] Option enable iface mon --- podkop/files/etc/config/podkop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/podkop/files/etc/config/podkop b/podkop/files/etc/config/podkop index 059022a..dfec274 100644 --- a/podkop/files/etc/config/podkop +++ b/podkop/files/etc/config/podkop @@ -36,5 +36,6 @@ config main 'main' option dns_rewrite_ttl '60' option cache_file '/tmp/cache.db' list iface 'br-lan' - list restart_ifaces 'wan' + option mon_restart_ifaces '0' + #list restart_ifaces 'wan' option ss_uot '0' \ No newline at end of file