mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 02:50:47 -05:00
add buyvm and ovh hosts arrays
This commit is contained in:
parent
1173060c25
commit
e3b8692914
21
hosts.sh
21
hosts.sh
@ -144,3 +144,24 @@ readonly hosts_all=(
|
|||||||
"${hosts_dns[@]}"
|
"${hosts_dns[@]}"
|
||||||
"${hosts_web[@]}"
|
"${hosts_web[@]}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
readonly hosts_buyvm=(
|
||||||
|
ns1.staging.grapheneos.org
|
||||||
|
{0..2}.ns2.grapheneos.org
|
||||||
|
staging.grapheneos.org
|
||||||
|
1.grapheneos.org
|
||||||
|
1.grapheneos.network
|
||||||
|
staging.attestation.app
|
||||||
|
)
|
||||||
|
|
||||||
|
readonly hosts_ovh=(
|
||||||
|
ns1.grapheneos.org
|
||||||
|
mail.grapheneos.org
|
||||||
|
{0,2,3}.grapheneos.org
|
||||||
|
{0,2,3}.grapheneos.network
|
||||||
|
{0..7}.releases.grapheneos.org
|
||||||
|
matrix.grapheneos.org
|
||||||
|
discuss.grapheneos.org
|
||||||
|
grapheneos.social
|
||||||
|
attestation.app
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user