mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 14:02:53 +08:00
更新防火墙备注
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user