baseline web server config doesn't use DNS

This commit is contained in:
Daniel Micay 2023-02-11 03:18:02 -05:00
parent 8b96ee620c
commit 34d0f7fc3b

View File

@ -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