From 32a65b6d242133bfb78964b36110a3470904a30b Mon Sep 17 00:00:00 2001 From: actions-user Date: Sat, 15 Mar 2025 20:23:34 +0800 Subject: [PATCH] update 2025-03-15 20:23:34 --- luci-app-fchomo/root/usr/share/fchomo/firewall_post.ut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-fchomo/root/usr/share/fchomo/firewall_post.ut b/luci-app-fchomo/root/usr/share/fchomo/firewall_post.ut index f51164a2..66d3ddf8 100644 --- a/luci-app-fchomo/root/usr/share/fchomo/firewall_post.ut +++ b/luci-app-fchomo/root/usr/share/fchomo/firewall_post.ut @@ -217,7 +217,7 @@ chain {{ inchain }} { {%- function render_acl_dport(inchain, outchain, l4proto): %} chain {{ inchain }} { {#- DNS hijack #} - meta l4proto { tcp, udp } th dport 53 counter goto {{ outchain }} comment "!{{ cfgname }}: DNS hijack" + meta l4proto { tcp, udp } th dport 53 counter goto {{ outchain }} comment "!{{ cfgname }}: DNS hijack (router)" {% if ((l4proto === 'tcp' || !l4proto) && routing_tcpport): %} tcp dport != @tcp_routing_port counter return