mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-09-18 03:34:41 -04:00
add buyvm and ovh hosts arrays
This commit is contained in:
parent
1173060c25
commit
e3b8692914
1 changed files with 21 additions and 0 deletions
21
hosts.sh
21
hosts.sh
|
@ -144,3 +144,24 @@ readonly hosts_all=(
|
|||
"${hosts_dns[@]}"
|
||||
"${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…
Add table
Add a link
Reference in a new issue