mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-19 06:23:41 -05:00
add hosts arrays for ns1 and ns2
This commit is contained in:
parent
35ca9a2a19
commit
8bf64de00d
1 changed files with 10 additions and 2 deletions
12
hosts.sh
12
hosts.sh
|
|
@ -272,10 +272,18 @@ declare -Ar hosts_ipv6_address=(
|
||||||
[grapheneos.social]=2607:5300:205:200::5e3f
|
[grapheneos.social]=2607:5300:205:200::5e3f
|
||||||
)
|
)
|
||||||
|
|
||||||
|
readonly hosts_ns1=(
|
||||||
|
{0..3}.ns1.grapheneos.org
|
||||||
|
)
|
||||||
|
|
||||||
|
readonly hosts_ns2=(
|
||||||
|
{0..2}.ns2.grapheneos.org
|
||||||
|
)
|
||||||
|
|
||||||
readonly hosts_dns=(
|
readonly hosts_dns=(
|
||||||
ns1.staging.grapheneos.org
|
ns1.staging.grapheneos.org
|
||||||
{0..3}.ns1.grapheneos.org
|
"${hosts_ns1[@]}"
|
||||||
{0..2}.ns2.grapheneos.org
|
"${hosts_ns2[@]}"
|
||||||
)
|
)
|
||||||
|
|
||||||
readonly hosts_staging=(
|
readonly hosts_staging=(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue