split grapheneos.org hosts array

This commit is contained in:
Daniel Micay 2024-03-18 21:10:47 -04:00
parent f6d6b0584b
commit f35dc08868
1 changed files with 6 additions and 2 deletions

View File

@ -152,10 +152,14 @@ readonly hosts_certbot=(
)
readonly hosts_grapheneos=(
staging.grapheneos.org
{0..3}.grapheneos.org
)
readonly hosts_grapheneos_all=(
staging.grapheneos.org
"${hosts_grapheneos[@]}"
)
readonly hosts_releases=(
{0..7}.releases.grapheneos.org
)
@ -172,7 +176,7 @@ readonly hosts_attestation=(
readonly hosts_web=(
"${hosts_dns[@]}"
mail.grapheneos.org
"${hosts_grapheneos[@]}"
"${hosts_grapheneos_all[@]}"
"${hosts_network[@]}"
"${hosts_releases[@]}"
matrix.grapheneos.org