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 }