mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
split grapheneos.org hosts array
This commit is contained in:
parent
f6d6b0584b
commit
f35dc08868
8
hosts.sh
8
hosts.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user