more db ip fix test

This commit is contained in:
soraefir
2026-05-06 03:22:55 +02:00
parent e276df28b4
commit f80ba36c2a
2 changed files with 12 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
table inet filter {
chain input {
type filter hook input priority filter; policy accept;
tcp dport 5432 ip saddr { 10.0.0.0/8 } accept
tcp dport 5432 ip saddr { 10.0.0.0/8 169.254.0.0/16 } accept
}
}
table inet nat {