From ea74679b4ab8f2ba1b4bb472dab055cc1cc45bc1 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Wed, 16 Apr 2025 18:07:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=98=B2=E7=81=AB=E5=A2=99?= =?UTF-8?q?=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/debian/debian_ts_nftables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debian/debian_ts_nftables.conf b/src/debian/debian_ts_nftables.conf index 73dcc41..7534136 100644 --- a/src/debian/debian_ts_nftables.conf +++ b/src/debian/debian_ts_nftables.conf @@ -34,7 +34,7 @@ table inet router { chain forward { type filter hook forward priority filter; policy drop; ct state established,related goto handle_offload comment "defconf: handle forwarded flows" - ct state invalid counter drop comment "defconf: drop invalid forwarded flows" + ct state invalid counter drop comment "defconf: drop packets in invalid flow state" iifname "eth0" jump forward_lan comment "defconf: handle LAN IPv4 / IPv6 forward traffic" iifname "tailscale0" jump forward_tailscale comment "tsconf: handle TS IPv4 / IPv6 forward traffic" }