mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 02:50:47 -05:00
remove PowerDNS for unbound nftables allowlist
The unnecessary security polling has been disabled so it doesn't need this anymore.
This commit is contained in:
parent
9a69263f6b
commit
6c58739dc8
@ -53,7 +53,7 @@ table inet filter {
|
|||||||
|
|
||||||
chain output-internal {
|
chain output-internal {
|
||||||
skuid unbound meta l4proto {tcp, udp} th sport 53 th dport >= 1024 accept
|
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
|
skuid != root counter goto output-reject
|
||||||
accept
|
accept
|
||||||
|
Loading…
Reference in New Issue
Block a user