mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-12-18 01:43:55 -05:00
move PowerDNS webserver to localhost port 81
This commit is contained in:
parent
c959f8bc5b
commit
3a92693611
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ table inet filter {
|
||||||
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, 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 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
|
skuid != root counter goto output-reject
|
||||||
accept
|
accept
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ table inet filter {
|
||||||
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, 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 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
|
skuid != root counter goto output-reject
|
||||||
accept
|
accept
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue