From 7fc7ab2466d452b67b0ee41c2b5aba2506214f0a Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Wed, 29 Nov 2023 14:01:12 +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=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 18e1915..ee3b76e 100644 --- a/src/debian/debian_ts_nftables.conf +++ b/src/debian/debian_ts_nftables.conf @@ -66,7 +66,7 @@ table inet router { } chain forward_lan { - jump accept_to_tailscale comment "tsconf: accept Tailscale forward" + jump accept_to_tailscale comment "tsconf: accept LAN to Tailscale forward" ct status dnat counter accept comment "lanconf: accept port forward" jump accept_to_lan }