From f35dc08868c680056c4751a4740eabc736938175 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 18 Mar 2024 21:10:47 -0400 Subject: [PATCH] split grapheneos.org hosts array --- hosts.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts.sh b/hosts.sh index f80ea77..0daaba1 100644 --- a/hosts.sh +++ b/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