更新防火墙备注

This commit is contained in:
CallMeR
2025-04-16 18:07:10 +08:00
parent 8a6bdbe207
commit ea74679b4a
+1 -1
View File
@@ -34,7 +34,7 @@ table inet router {
chain forward { chain forward {
type filter hook forward priority filter; policy drop; type filter hook forward priority filter; policy drop;
ct state established,related goto handle_offload comment "defconf: handle forwarded flows" 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 "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" iifname "tailscale0" jump forward_tailscale comment "tsconf: handle TS IPv4 / IPv6 forward traffic"
} }