diff --git a/nftables-ns1.conf b/nftables-ns1.conf index 57d86de..fcc1801 100644 --- a/nftables-ns1.conf +++ b/nftables-ns1.conf @@ -53,7 +53,10 @@ table inet filter { chain output-internal { skuid unbound meta l4proto {tcp, udp} th sport 53 th dport >= 1024 accept - skuid {chrony, http, geoipupdate} meta l4proto {tcp, udp} th sport >= 1024 th dport 53 accept + skuid {chrony, geoipupdate} meta l4proto {tcp, udp} th sport >= 1024 th dport 53 accept + + skuid powerdns meta l4proto tcp th sport 54 th dport >= 1024 accept + skuid http meta l4proto {tcp, udp} th sport >= 1024 th dport 54 accept skuid powerdns meta l4proto tcp th sport 81 th dport >= 1024 accept diff --git a/nftables-ns2.conf b/nftables-ns2.conf index 2461577..06cf0c5 100644 --- a/nftables-ns2.conf +++ b/nftables-ns2.conf @@ -55,7 +55,10 @@ table inet filter { chain output-internal { skuid unbound meta l4proto {tcp, udp} th sport 53 th dport >= 1024 accept - skuid {chrony, http, geoipupdate} meta l4proto {tcp, udp} th sport >= 1024 th dport 53 accept + skuid {chrony, geoipupdate} meta l4proto {tcp, udp} th sport >= 1024 th dport 53 accept + + skuid powerdns meta l4proto tcp th sport 54 th dport >= 1024 accept + skuid http meta l4proto {tcp, udp} th sport >= 1024 th dport 54 accept skuid powerdns meta l4proto tcp th sport 81 th dport >= 1024 accept