diff --git a/src/debian/debian_ts_nftables.conf b/src/debian/debian_ts_nftables.conf index 73dcc41..7534136 100644 --- a/src/debian/debian_ts_nftables.conf +++ b/src/debian/debian_ts_nftables.conf @@ -34,7 +34,7 @@ table inet router { chain forward { type filter hook forward priority filter; policy drop; ct state established,related goto handle_offload comment "defconf: handle forwarded flows" - ct state invalid counter drop comment "defconf: drop invalid forwarded flows" + ct state invalid counter drop comment "defconf: drop packets in invalid flow state" iifname "eth0" jump forward_lan comment "defconf: handle LAN IPv4 / IPv6 forward traffic" iifname "tailscale0" jump forward_tailscale comment "tsconf: handle TS IPv4 / IPv6 forward traffic" }