From 566f1a10d26dc4940dad6d8ba6d5b0f62c47d471 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 3 May 2025 17:38:12 -0400 Subject: [PATCH] rename ns1.grapheneos.org to 0.ns1.grapheneos.org --- ...ns1.grapheneos.org => 0.ns1.grapheneos.org} | 0 ...neos.org.link => 0.ns1.grapheneos.org.link} | 0 ...rg.network => 0.ns1.grapheneos.org.network} | 0 hosts.sh | 18 +++++++++--------- ...ns1.grapheneos.org => 0.ns1.grapheneos.org} | 0 5 files changed, 9 insertions(+), 9 deletions(-) rename certbot/{ns1.grapheneos.org => 0.ns1.grapheneos.org} (100%) rename etc/systemd/network/{ns1.grapheneos.org.link => 0.ns1.grapheneos.org.link} (100%) rename etc/systemd/network/{ns1.grapheneos.org.network => 0.ns1.grapheneos.org.network} (100%) rename packages/{ns1.grapheneos.org => 0.ns1.grapheneos.org} (100%) diff --git a/certbot/ns1.grapheneos.org b/certbot/0.ns1.grapheneos.org similarity index 100% rename from certbot/ns1.grapheneos.org rename to certbot/0.ns1.grapheneos.org diff --git a/etc/systemd/network/ns1.grapheneos.org.link b/etc/systemd/network/0.ns1.grapheneos.org.link similarity index 100% rename from etc/systemd/network/ns1.grapheneos.org.link rename to etc/systemd/network/0.ns1.grapheneos.org.link diff --git a/etc/systemd/network/ns1.grapheneos.org.network b/etc/systemd/network/0.ns1.grapheneos.org.network similarity index 100% rename from etc/systemd/network/ns1.grapheneos.org.network rename to etc/systemd/network/0.ns1.grapheneos.org.network diff --git a/hosts.sh b/hosts.sh index 991a58e..f961dc8 100644 --- a/hosts.sh +++ b/hosts.sh @@ -1,6 +1,6 @@ declare -Ar hosts_hostname=( [ns1.staging.grapheneos.org]=ns1-staging - [ns1.grapheneos.org]=ns1 + [0.ns1.grapheneos.org]=0-ns1 [0.ns2.grapheneos.org]=0-ns2 [1.ns2.grapheneos.org]=1-ns2 [2.ns2.grapheneos.org]=2-ns2 @@ -62,7 +62,7 @@ declare -Ar hosts_authorized_keys=( declare -Ar hosts_firewall=( [ns1.staging.grapheneos.org]=ns1 - [ns1.grapheneos.org]=ns1 + [0.ns1.grapheneos.org]=ns1 [0.ns2.grapheneos.org]=ns2 [1.ns2.grapheneos.org]=ns2 [2.ns2.grapheneos.org]=ns2 @@ -113,7 +113,7 @@ declare -Ar hosts_tcp_wmem_max=( declare -Ar hosts_conntrack_size=( [ns1.staging.grapheneos.org]=65536 - [ns1.grapheneos.org]=131072 + [0.ns1.grapheneos.org]=131072 [0.ns2.grapheneos.org]=65536 [1.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=( [ns1.staging.grapheneos.org]=4day - [ns1.grapheneos.org]=4day + [0.ns1.grapheneos.org]=4day [0.ns2.grapheneos.org]=4day [1.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=( [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 [1.ns2.grapheneos.org]=205.185.124.155 [2.ns2.grapheneos.org]=107.189.3.168 @@ -213,7 +213,7 @@ declare -Ar hosts_ipv4_address=( declare -Ar hosts_ipv6_address=( [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 [1.ns2.grapheneos.org]=2605:6400:20:1c8f:a0c9:372d:482e:945b [2.ns2.grapheneos.org]=2605:6400:30:ec25:102c:af6d:5be:1eb8 @@ -239,7 +239,7 @@ declare -Ar hosts_ipv6_address=( readonly hosts_dns=( ns1.staging.grapheneos.org - ns1.grapheneos.org + 0.ns1.grapheneos.org {0..2}.ns2.grapheneos.org ) @@ -251,7 +251,7 @@ readonly hosts_staging=( readonly hosts_certbot=( ns1.staging.grapheneos.org - ns1.grapheneos.org + 0.ns1.grapheneos.org 0.ns2.grapheneos.org mail.grapheneos.org staging.grapheneos.org @@ -322,7 +322,7 @@ readonly hosts_buyvm=( ) readonly hosts_ovh=( - ns1.grapheneos.org + 0.ns1.grapheneos.org mail.grapheneos.org {0,2,3}.grapheneos.org {0,2,3}.grapheneos.network diff --git a/packages/ns1.grapheneos.org b/packages/0.ns1.grapheneos.org similarity index 100% rename from packages/ns1.grapheneos.org rename to packages/0.ns1.grapheneos.org