From 6d5693a73a54b805d7a3e36138f94faff903ab79 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Wed, 16 Apr 2025 01:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=98=B2=E7=81=AB=E5=A2=99?= =?UTF-8?q?=E6=B5=81=E8=A1=A8=E8=AE=BE=E7=BD=AE?= 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 cd6790a..1abe1b8 100644 --- a/src/debian/debian_ts_nftables.conf +++ b/src/debian/debian_ts_nftables.conf @@ -53,7 +53,7 @@ table inet router { } chain handle_offload { - flow add @ft comment "defconf: track forwarded flows" + flow add @ft accept comment "defconf: track forwarded flows" accept }