更新 TS 防火墙

This commit is contained in:
CallMeR
2025-05-20 22:46:34 +08:00
parent 8f08c4af81
commit 97ffd13089
+1 -1
View File
@@ -107,7 +107,7 @@ table inet router {
chain dstnat { chain dstnat {
type nat hook prerouting priority dstnat; policy accept; type nat hook prerouting priority dstnat; policy accept;
iifname "eth0" meta l4proto { tcp, udp } th dport domain jump dstnat_lan comment "defconf: handle LAN IPv4 / IPv6 dstnat traffic" iifname { "eth0", "tailscale0" } meta l4proto { tcp, udp } th dport domain jump dstnat_lan comment "defconf: handle LAN IPv4 / IPv6 dstnat traffic"
} }
chain srcnat { chain srcnat {