mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-25 07:45:24 -04:00
add authenticated DNS-over-TLS to nameservers
This commit is contained in:
parent
3a92693611
commit
38bb002a01
10 changed files with 59 additions and 10 deletions
5
hosts.sh
5
hosts.sh
|
@ -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[@]}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue