mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-22 16:00:25 -05:00
add bird to ns2.grapheneos.org to use our IP space
This commit is contained in:
parent
f1859e38cc
commit
80c8b239d5
4 changed files with 4 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ table inet filter {
|
|||
type filter hook output priority raw
|
||||
|
||||
oif lo goto output-raw-loopback
|
||||
skuid != { root, systemd-network, unbound, alpm, chrony, http, powerdns, dnsdist, geoipupdate } counter goto graceful-reject
|
||||
skuid != { root, systemd-network, unbound, alpm, chrony, http, powerdns, dnsdist, geoipupdate, bird } counter goto graceful-reject
|
||||
udp sport $udp-ports notrack accept
|
||||
|
||||
# translate DSCP to priority for fq bands
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
b3sum
|
||||
base
|
||||
bird
|
||||
chrony
|
||||
cloud-guest-utils
|
||||
conntrack-tools
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
b3sum
|
||||
base
|
||||
bird
|
||||
chrony
|
||||
cloud-guest-utils
|
||||
conntrack-tools
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
b3sum
|
||||
base
|
||||
bird
|
||||
certbot
|
||||
chrony
|
||||
cloud-guest-utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue