add hosts arrays for ns1 and ns2

This commit is contained in:
Daniel Micay 2025-09-15 12:21:36 -04:00
parent 35ca9a2a19
commit 8bf64de00d

View file

@ -272,10 +272,18 @@ declare -Ar hosts_ipv6_address=(
[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=(
ns1.staging.grapheneos.org
{0..3}.ns1.grapheneos.org
{0..2}.ns2.grapheneos.org
"${hosts_ns1[@]}"
"${hosts_ns2[@]}"
)
readonly hosts_staging=(