mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-01 04:54:38 -04:00
baseline web server config doesn't use DNS
This commit is contained in:
parent
8b96ee620c
commit
34d0f7fc3b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ table inet filter {
|
|||
|
||||
chain output-internal {
|
||||
skuid unbound meta l4proto {tcp, udp} th sport 53 th dport >= 1024 accept
|
||||
skuid {chrony, http} meta l4proto {tcp, udp} th sport >= 1024 th dport 53 accept
|
||||
skuid chrony meta l4proto {tcp, udp} th sport >= 1024 th dport 53 accept
|
||||
|
||||
skuid != root counter goto output-reject
|
||||
accept
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue