firewall?

This commit is contained in:
soraefir
2026-05-08 02:20:28 +02:00
parent 4c1f9f0e78
commit 8fedaf18cd
2 changed files with 1 additions and 6 deletions

View File

@@ -28,12 +28,6 @@ in{
${if cfg.wireguard then ''tcp dport {1515} accept'' else ""}
${if cfg.wireguard then ''udp dport {1515} accept'' else ""}
}
chain forward {
type filter hook forward priority filter; policy drop;
ct state established,related accept
iifname { "podman*", "veth*" } accept
oifname { "podman*", "veth*" } accept
}
}
${if cfg.nftables.enable then ''
table inet nat {