Fix nftable

This commit is contained in:
soraefir
2026-05-08 01:09:51 +02:00
parent cd5a1aeed4
commit bc8a9d42f9

View File

@@ -12,7 +12,7 @@
type filter hook input priority filter; policy drop; type filter hook input priority filter; policy drop;
ct state established,related accept ct state established,related accept
iifname "lo" accept iifname "lo" accept
tcp dport {5432, 6379} ip saddr { 10.0.0.0/8 169.254.0.0/16 } accept tcp dport {5432, 6379} ip saddr { 10.0.0.0/8, 169.254.0.0/16 } accept
tcp dport {80, 443, 22} accept tcp dport {80, 443, 22} accept
udp dport {80, 443, 22} accept udp dport {80, 443, 22} accept