mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04: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 {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user