add authenticated DNS-over-TLS to nameservers

This commit is contained in:
Daniel Micay 2023-11-04 22:16:56 -04:00
parent 3a92693611
commit 38bb002a01
10 changed files with 59 additions and 10 deletions

View file

@ -120,6 +120,9 @@ readonly hosts_staging=(
)
readonly hosts_certbot=(
ns1.staging.grapheneos.org
ns1.grapheneos.org
0.ns2.grapheneos.org
mail.grapheneos.org
staging.grapheneos.org
0.grapheneos.org
@ -151,6 +154,7 @@ readonly hosts_attestation=(
)
readonly hosts_web=(
"${hosts_dns[@]}"
mail.grapheneos.org
"${hosts_grapheneos[@]}"
"${hosts_network[@]}"
@ -162,7 +166,6 @@ readonly hosts_web=(
)
readonly hosts_all=(
"${hosts_dns[@]}"
"${hosts_web[@]}"
)