mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-03 12:06:33 -04:00
nftables: add support for dnsdist control socket
This commit is contained in:
parent
e75172d57c
commit
5c41418606
2 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,8 @@ table inet filter {
|
|||
|
||||
skuid powerdns meta l4proto tcp th sport 81 th dport >= 1024 notrack accept
|
||||
|
||||
skuid dnsdist meta l4proto tcp th sport 5199 th dport >= 1024 notrack accept
|
||||
|
||||
skuid zerotier-one meta l4proto tcp th sport 9993 th dport >= 1024 notrack accept
|
||||
|
||||
skuid != root counter goto graceful-reject
|
||||
|
|
|
@ -131,6 +131,8 @@ table inet filter {
|
|||
|
||||
skuid powerdns meta l4proto tcp th sport 81 th dport >= 1024 notrack accept
|
||||
|
||||
skuid dnsdist meta l4proto tcp th sport 5199 th dport >= 1024 notrack accept
|
||||
|
||||
skuid != root counter goto graceful-reject
|
||||
notrack accept
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue