split grapheneos.org hosts array

This commit is contained in:
Daniel Micay 2024-03-18 21:10:47 -04:00
parent f6d6b0584b
commit f35dc08868

View File

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