diff --git a/nftables-dns.conf b/nftables-dns.conf index 685cf38..24ea989 100644 --- a/nftables-dns.conf +++ b/nftables-dns.conf @@ -53,7 +53,7 @@ table inet filter { chain output-internal { skuid unbound meta l4proto {tcp, udp} th sport 53 th dport >= 1024 accept - skuid {chrony, powerdns, 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 != root counter goto output-reject accept