From 5b65602c07f83c9a9fc563a62db6378ef08e2317 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 28 Nov 2023 21:59:39 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/debian/debian_ts_nftables.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/debian/debian_ts_nftables.conf b/src/debian/debian_ts_nftables.conf index 5ea0cde..d86cfa8 100644 --- a/src/debian/debian_ts_nftables.conf +++ b/src/debian/debian_ts_nftables.conf @@ -91,12 +91,12 @@ table inet router { jump accept_from_tailscale } - chain output_tailscale { + chain forward_tailscale { + jump accept_to_lan comment "tsconf: accept Tailscale to LAN forward" jump accept_to_tailscale } - chain forward_tailscale { - jump accept_to_lan comment "tsconf: accept Tailscale to LAN forward" + chain output_tailscale { jump accept_to_tailscale }