From 1fe6812f30494203c9d75595373733ebcf37a9e3 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 15 Apr 2025 23:20:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20TS=20=E9=98=B2=E7=81=AB?= =?UTF-8?q?=E5=A2=99=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/debian/debian_ts_nftables.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/debian/debian_ts_nftables.conf b/src/debian/debian_ts_nftables.conf index a1c73ad..c00146d 100644 --- a/src/debian/debian_ts_nftables.conf +++ b/src/debian/debian_ts_nftables.conf @@ -132,11 +132,6 @@ table inet router { # Mangle rules # - chain mangle_prerouting { - type filter hook prerouting priority mangle; policy accept; - ct state invalid counter drop comment "defconf: drop packets in invalid flow state" - } - chain mangle_postrouting { type filter hook postrouting priority mangle; policy accept; oifname "eth0" tcp flags syn / fin,syn,rst tcp option maxseg size set rt mtu comment "defconf: zone LAN IPv4 / IPv6 egress MTU fixing"