mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-25 15:55:17 -04:00
add nftables configuration mapping to hosts.sh
This commit is contained in:
parent
662a2d3522
commit
f40a017ec3
1 changed files with 18 additions and 0 deletions
18
hosts.sh
18
hosts.sh
|
@ -29,6 +29,24 @@ declare -Ar hosts_hostname=(
|
||||||
[grapheneos.social]=social
|
[grapheneos.social]=social
|
||||||
)
|
)
|
||||||
|
|
||||||
|
declare -Ar hosts_firewall=(
|
||||||
|
[ns1.staging.grapheneos.org]=ns1
|
||||||
|
[ns1.grapheneos.org]=ns1
|
||||||
|
[0.ns2.grapheneos.org]=ns2
|
||||||
|
[1.ns2.grapheneos.org]=ns2
|
||||||
|
[2.ns2.grapheneos.org]=ns2
|
||||||
|
[mail.grapheneos.org]=mail
|
||||||
|
[0.grapheneos.network]=network
|
||||||
|
[1.grapheneos.network]=network
|
||||||
|
[2.grapheneos.network]=network
|
||||||
|
[3.grapheneos.network]=network
|
||||||
|
[staging.attestation.app]=attestation
|
||||||
|
[attestation.app]=attestation
|
||||||
|
[matrix.grapheneos.org]=matrix
|
||||||
|
[discuss.grapheneos.org]=discuss
|
||||||
|
[grapheneos.social]=social
|
||||||
|
)
|
||||||
|
|
||||||
declare -Ar hosts_swap=(
|
declare -Ar hosts_swap=(
|
||||||
[0.releases.grapheneos.org]=8192
|
[0.releases.grapheneos.org]=8192
|
||||||
[1.releases.grapheneos.org]=8192
|
[1.releases.grapheneos.org]=8192
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue