mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
baseline web server config doesn't use DNS
This commit is contained in:
parent
8b96ee620c
commit
34d0f7fc3b
@ -49,7 +49,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, 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
|
skuid != root counter goto output-reject
|
||||||
accept
|
accept
|
||||||
|
Loading…
Reference in New Issue
Block a user