move PowerDNS webserver to localhost port 81

This commit is contained in:
Daniel Micay 2023-11-04 22:50:37 -04:00
parent c959f8bc5b
commit 3a92693611
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ table inet filter {
skuid unbound meta l4proto {tcp, udp} th sport 53 th dport >= 1024 accept
skuid {chrony, geoipupdate} meta l4proto {tcp, udp} th sport >= 1024 th dport 53 accept
skuid powerdns meta l4proto tcp th sport 80 th dport >= 1024 accept
skuid powerdns meta l4proto tcp th sport 81 th dport >= 1024 accept
skuid != root counter goto output-reject
accept

View File

@ -57,7 +57,7 @@ table inet filter {
skuid unbound meta l4proto {tcp, udp} th sport 53 th dport >= 1024 accept
skuid {chrony, geoipupdate} meta l4proto {tcp, udp} th sport >= 1024 th dport 53 accept
skuid powerdns meta l4proto tcp th sport 80 th dport >= 1024 accept
skuid powerdns meta l4proto tcp th sport 81 th dport >= 1024 accept
skuid != root counter goto output-reject
accept