From e3b86929143c4efdabd0e0bd9868ed6a1e845ec8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 24 Jul 2023 21:31:24 -0400 Subject: [PATCH] add buyvm and ovh hosts arrays --- hosts.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/hosts.sh b/hosts.sh index 72f78ac..6e80152 100644 --- a/hosts.sh +++ b/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 +)