mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-21 14:09:03 -04:00
rename ns1.grapheneos.org to 0.ns1.grapheneos.org
This commit is contained in:
parent
c41f579a51
commit
566f1a10d2
5 changed files with 9 additions and 9 deletions
18
hosts.sh
18
hosts.sh
|
@ -1,6 +1,6 @@
|
||||||
declare -Ar hosts_hostname=(
|
declare -Ar hosts_hostname=(
|
||||||
[ns1.staging.grapheneos.org]=ns1-staging
|
[ns1.staging.grapheneos.org]=ns1-staging
|
||||||
[ns1.grapheneos.org]=ns1
|
[0.ns1.grapheneos.org]=0-ns1
|
||||||
[0.ns2.grapheneos.org]=0-ns2
|
[0.ns2.grapheneos.org]=0-ns2
|
||||||
[1.ns2.grapheneos.org]=1-ns2
|
[1.ns2.grapheneos.org]=1-ns2
|
||||||
[2.ns2.grapheneos.org]=2-ns2
|
[2.ns2.grapheneos.org]=2-ns2
|
||||||
|
@ -62,7 +62,7 @@ declare -Ar hosts_authorized_keys=(
|
||||||
|
|
||||||
declare -Ar hosts_firewall=(
|
declare -Ar hosts_firewall=(
|
||||||
[ns1.staging.grapheneos.org]=ns1
|
[ns1.staging.grapheneos.org]=ns1
|
||||||
[ns1.grapheneos.org]=ns1
|
[0.ns1.grapheneos.org]=ns1
|
||||||
[0.ns2.grapheneos.org]=ns2
|
[0.ns2.grapheneos.org]=ns2
|
||||||
[1.ns2.grapheneos.org]=ns2
|
[1.ns2.grapheneos.org]=ns2
|
||||||
[2.ns2.grapheneos.org]=ns2
|
[2.ns2.grapheneos.org]=ns2
|
||||||
|
@ -113,7 +113,7 @@ declare -Ar hosts_tcp_wmem_max=(
|
||||||
|
|
||||||
declare -Ar hosts_conntrack_size=(
|
declare -Ar hosts_conntrack_size=(
|
||||||
[ns1.staging.grapheneos.org]=65536
|
[ns1.staging.grapheneos.org]=65536
|
||||||
[ns1.grapheneos.org]=131072
|
[0.ns1.grapheneos.org]=131072
|
||||||
[0.ns2.grapheneos.org]=65536
|
[0.ns2.grapheneos.org]=65536
|
||||||
[1.ns2.grapheneos.org]=65536
|
[1.ns2.grapheneos.org]=65536
|
||||||
[2.ns2.grapheneos.org]=65536
|
[2.ns2.grapheneos.org]=65536
|
||||||
|
@ -175,7 +175,7 @@ declare -Ar hosts_journald_system_max_file_size=(
|
||||||
|
|
||||||
declare -Ar hosts_journald_max_retention_sec=(
|
declare -Ar hosts_journald_max_retention_sec=(
|
||||||
[ns1.staging.grapheneos.org]=4day
|
[ns1.staging.grapheneos.org]=4day
|
||||||
[ns1.grapheneos.org]=4day
|
[0.ns1.grapheneos.org]=4day
|
||||||
[0.ns2.grapheneos.org]=4day
|
[0.ns2.grapheneos.org]=4day
|
||||||
[1.ns2.grapheneos.org]=4day
|
[1.ns2.grapheneos.org]=4day
|
||||||
[2.ns2.grapheneos.org]=4day
|
[2.ns2.grapheneos.org]=4day
|
||||||
|
@ -187,7 +187,7 @@ declare -Ar hosts_journald_max_retention_sec=(
|
||||||
|
|
||||||
declare -Ar hosts_ipv4_address=(
|
declare -Ar hosts_ipv4_address=(
|
||||||
[ns1.staging.grapheneos.org]=198.98.56.238
|
[ns1.staging.grapheneos.org]=198.98.56.238
|
||||||
[ns1.grapheneos.org]=51.161.34.158
|
[0.ns1.grapheneos.org]=51.161.34.158
|
||||||
[0.ns2.grapheneos.org]=198.98.53.141
|
[0.ns2.grapheneos.org]=198.98.53.141
|
||||||
[1.ns2.grapheneos.org]=205.185.124.155
|
[1.ns2.grapheneos.org]=205.185.124.155
|
||||||
[2.ns2.grapheneos.org]=107.189.3.168
|
[2.ns2.grapheneos.org]=107.189.3.168
|
||||||
|
@ -213,7 +213,7 @@ declare -Ar hosts_ipv4_address=(
|
||||||
|
|
||||||
declare -Ar hosts_ipv6_address=(
|
declare -Ar hosts_ipv6_address=(
|
||||||
[ns1.staging.grapheneos.org]=2605:6400:10:c41:de92:c534:326a:711a
|
[ns1.staging.grapheneos.org]=2605:6400:10:c41:de92:c534:326a:711a
|
||||||
[ns1.grapheneos.org]=2607:5300:205:200::eaa
|
[0.ns1.grapheneos.org]=2607:5300:205:200::eaa
|
||||||
[0.ns2.grapheneos.org]=2605:6400:10:102e:95bc:89ef:2e7f:49bb
|
[0.ns2.grapheneos.org]=2605:6400:10:102e:95bc:89ef:2e7f:49bb
|
||||||
[1.ns2.grapheneos.org]=2605:6400:20:1c8f:a0c9:372d:482e:945b
|
[1.ns2.grapheneos.org]=2605:6400:20:1c8f:a0c9:372d:482e:945b
|
||||||
[2.ns2.grapheneos.org]=2605:6400:30:ec25:102c:af6d:5be:1eb8
|
[2.ns2.grapheneos.org]=2605:6400:30:ec25:102c:af6d:5be:1eb8
|
||||||
|
@ -239,7 +239,7 @@ declare -Ar hosts_ipv6_address=(
|
||||||
|
|
||||||
readonly hosts_dns=(
|
readonly hosts_dns=(
|
||||||
ns1.staging.grapheneos.org
|
ns1.staging.grapheneos.org
|
||||||
ns1.grapheneos.org
|
0.ns1.grapheneos.org
|
||||||
{0..2}.ns2.grapheneos.org
|
{0..2}.ns2.grapheneos.org
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -251,7 +251,7 @@ readonly hosts_staging=(
|
||||||
|
|
||||||
readonly hosts_certbot=(
|
readonly hosts_certbot=(
|
||||||
ns1.staging.grapheneos.org
|
ns1.staging.grapheneos.org
|
||||||
ns1.grapheneos.org
|
0.ns1.grapheneos.org
|
||||||
0.ns2.grapheneos.org
|
0.ns2.grapheneos.org
|
||||||
mail.grapheneos.org
|
mail.grapheneos.org
|
||||||
staging.grapheneos.org
|
staging.grapheneos.org
|
||||||
|
@ -322,7 +322,7 @@ readonly hosts_buyvm=(
|
||||||
)
|
)
|
||||||
|
|
||||||
readonly hosts_ovh=(
|
readonly hosts_ovh=(
|
||||||
ns1.grapheneos.org
|
0.ns1.grapheneos.org
|
||||||
mail.grapheneos.org
|
mail.grapheneos.org
|
||||||
{0,2,3}.grapheneos.org
|
{0,2,3}.grapheneos.org
|
||||||
{0,2,3}.grapheneos.network
|
{0,2,3}.grapheneos.network
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue