From 77795f92f608f7fa5d262b554c2f4bbd86b5c70e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 10 Nov 2025 05:50:21 -0500 Subject: [PATCH] replace 1.ns1.grapheneos.org server with sea.ns1.grapheneos.org --- etc/systemd/network/1.ns1.grapheneos.org.link | 5 ---- .../network/1.ns1.grapheneos.org.network | 26 ------------------- .../network/sea.ns1.grapheneos.org.link | 5 ++++ .../network/sea.ns1.grapheneos.org.network | 8 ++++++ hosts.sh | 18 ++++++------- ....grapheneos.org => sea.ns1.grapheneos.org} | 0 6 files changed, 22 insertions(+), 40 deletions(-) delete mode 100644 etc/systemd/network/1.ns1.grapheneos.org.link delete mode 100644 etc/systemd/network/1.ns1.grapheneos.org.network create mode 100644 etc/systemd/network/sea.ns1.grapheneos.org.link create mode 100644 etc/systemd/network/sea.ns1.grapheneos.org.network rename packages/{1.ns1.grapheneos.org => sea.ns1.grapheneos.org} (100%) diff --git a/etc/systemd/network/1.ns1.grapheneos.org.link b/etc/systemd/network/1.ns1.grapheneos.org.link deleted file mode 100644 index ccb8332..0000000 --- a/etc/systemd/network/1.ns1.grapheneos.org.link +++ /dev/null @@ -1,5 +0,0 @@ -[Match] -MACAddress=fa:16:3e:13:ae:28 - -[Link] -Name=public diff --git a/etc/systemd/network/1.ns1.grapheneos.org.network b/etc/systemd/network/1.ns1.grapheneos.org.network deleted file mode 100644 index d60c3fa..0000000 --- a/etc/systemd/network/1.ns1.grapheneos.org.network +++ /dev/null @@ -1,26 +0,0 @@ -[Match] -Name=public - -[Network] -DHCP=ipv4 -LinkLocalAddressing=no -Address=2604:2dc0:202:300::23a6/128 - -[Route] -Destination=::/0 -Gateway=2604:2dc0:202:300::1 -PreferredSource=2604:2dc0:202:300::23a6 - -[Route] -Destination=2604:2dc0:202:300::1 -PreferredSource=2604:2dc0:202:300::23a6 - -[DHCP] -UseMTU=true - -[CAKE] -Handle=1 -Bandwidth=500M -PriorityQueueingPreset=diffserv4 -FlowIsolationMode=dual-dst-host -SplitGSO=false diff --git a/etc/systemd/network/sea.ns1.grapheneos.org.link b/etc/systemd/network/sea.ns1.grapheneos.org.link new file mode 100644 index 0000000..6b39490 --- /dev/null +++ b/etc/systemd/network/sea.ns1.grapheneos.org.link @@ -0,0 +1,5 @@ +[Match] +MACAddress=56:00:05:c1:9d:bd + +[Link] +Name=public diff --git a/etc/systemd/network/sea.ns1.grapheneos.org.network b/etc/systemd/network/sea.ns1.grapheneos.org.network new file mode 100644 index 0000000..240317e --- /dev/null +++ b/etc/systemd/network/sea.ns1.grapheneos.org.network @@ -0,0 +1,8 @@ +[Match] +Name=public + +[Network] +DHCP=ipv4 + +[DHCP] +UseMTU=true diff --git a/hosts.sh b/hosts.sh index 98aa9ee..22887f3 100644 --- a/hosts.sh +++ b/hosts.sh @@ -1,11 +1,11 @@ declare -Ar hosts_hostname=( [ns1.staging.grapheneos.org]=ns1-staging - [1.ns1.grapheneos.org]=1-ns1 [2.ns1.grapheneos.org]=2-ns1 [3.ns1.grapheneos.org]=3-ns1 [lax.ns1.grapheneos.org]=ns1-lax [mia.ns1.grapheneos.org]=ns1-mia [nyc.ns1.grapheneos.org]=ns1-nyc + [sea.ns1.grapheneos.org]=ns1-sea [brn.ns2.grapheneos.org]=ns2-brn [las.ns2.grapheneos.org]=ns2-las [nyc.ns2.grapheneos.org]=ns2-nyc @@ -52,11 +52,11 @@ declare -Ar hosts_hardware_watchdog=( ) declare -Ar hosts_authorized_keys=( - [1.ns1.grapheneos.org]=authorized_keys-replica-ns1 [2.ns1.grapheneos.org]=authorized_keys-replica-ns1 [3.ns1.grapheneos.org]=authorized_keys-replica-ns1 [lax.ns1.grapheneos.org]=authorized_keys-replica-ns1 [mia.ns1.grapheneos.org]=authorized_keys-replica-ns1 + [sea.ns1.grapheneos.org]=authorized_keys-replica-ns1 [brn.ns2.grapheneos.org]=authorized_keys-replica-ns2 [las.ns2.grapheneos.org]=authorized_keys-replica-ns2 [bhs1.grapheneos.org]=authorized_keys-replica-grapheneos @@ -73,12 +73,12 @@ declare -Ar hosts_authorized_keys=( declare -Ar hosts_firewall=( [ns1.staging.grapheneos.org]=ns1 - [1.ns1.grapheneos.org]=ns1 [2.ns1.grapheneos.org]=ns1 [3.ns1.grapheneos.org]=ns1 [lax.ns1.grapheneos.org]=ns1 [mia.ns1.grapheneos.org]=ns1 [nyc.ns1.grapheneos.org]=ns1 + [sea.ns1.grapheneos.org]=ns1 [brn.ns2.grapheneos.org]=ns2 [las.ns2.grapheneos.org]=ns2 [nyc.ns2.grapheneos.org]=ns2 @@ -152,12 +152,12 @@ declare -Ar hosts_tcp_fastopen=( declare -Ar hosts_conntrack_size=( [ns1.staging.grapheneos.org]=65536 - [1.ns1.grapheneos.org]=131072 [2.ns1.grapheneos.org]=131072 [3.ns1.grapheneos.org]=131072 [lax.ns1.grapheneos.org]=65536 [mia.ns1.grapheneos.org]=65536 [nyc.ns1.grapheneos.org]=65536 + [sea.ns1.grapheneos.org]=65536 [brn.ns2.grapheneos.org]=65536 [las.ns2.grapheneos.org]=65536 [nyc.ns2.grapheneos.org]=65536 @@ -211,12 +211,12 @@ declare -Ar hosts_journald_system_max_file_size=( declare -Ar hosts_ipv4_address=( [ns1.staging.grapheneos.org]=198.98.56.238 - [1.ns1.grapheneos.org]=15.204.8.153 [2.ns1.grapheneos.org]=57.129.65.223 [3.ns1.grapheneos.org]=15.235.197.61 [lax.ns1.grapheneos.org]=140.82.23.46 [mia.ns1.grapheneos.org]=45.32.173.220 [nyc.ns1.grapheneos.org]=66.135.8.22 + [sea.ns1.grapheneos.org]=66.42.74.68 [brn.ns2.grapheneos.org]=107.189.3.168 [las.ns2.grapheneos.org]=205.185.124.155 [nyc.ns2.grapheneos.org]=198.98.53.141 @@ -242,12 +242,12 @@ declare -Ar hosts_ipv4_address=( declare -Ar hosts_ipv6_address=( [ns1.staging.grapheneos.org]=2605:6400:10:c41:de92:c534:326a:711a - [1.ns1.grapheneos.org]=2604:2dc0:202:300::23a6 [2.ns1.grapheneos.org]=2001:41d0:701:1100::245b [3.ns1.grapheneos.org]=2402:1f00:8000:800::3966 [lax.ns1.grapheneos.org]=2001:19f0:6000:2dcd:5400:05ff:fec1:97db [mia.ns1.grapheneos.org]=2001:19f0:9002:2981:5400:05ff:fec1:65c4 [nyc.ns1.grapheneos.org]=2001:19f0:1000:c0d4:5400:05ff:fec1:7c21 + [sea.ns1.grapheneos.org]=2001:19f0:8001:0438:5400:05ff:fec1:9dbd [brn.ns2.grapheneos.org]=2605:6400:30:ec25:102c:af6d:5be:1eb8 [las.ns2.grapheneos.org]=2605:6400:20:1c8f:a0c9:372d:482e:945b [nyc.ns2.grapheneos.org]=2605:6400:10:102e:95bc:89ef:2e7f:49bb @@ -271,7 +271,7 @@ declare -Ar hosts_ipv6_address=( ) readonly hosts_ns1=( - {{1..3},lax,mia,nyc}.ns1.grapheneos.org + {{2..3},lax,mia,nyc,sea}.ns1.grapheneos.org ) readonly hosts_ns2=( @@ -313,7 +313,7 @@ readonly hosts_primary=( ) readonly hosts_secondary=( - {{1..3},lax,mia}.ns1.grapheneos.org + {{2..3},lax,mia,sea}.ns1.grapheneos.org {brn,las}.ns2.grapheneos.org {bhs1,gra0,gra1,las0,las1,sin0,sin1}.grapheneos.org {lax,lon}.releases.grapheneos.org @@ -370,7 +370,7 @@ readonly hosts_buyvm=( ) readonly hosts_ovh=( - {1..3}.ns1.grapheneos.org + {2..3}.ns1.grapheneos.org mail.grapheneos.org {bhs0,bhs1,gra0,gra1,sin0,sin1}.grapheneos.org attestation.app diff --git a/packages/1.ns1.grapheneos.org b/packages/sea.ns1.grapheneos.org similarity index 100% rename from packages/1.ns1.grapheneos.org rename to packages/sea.ns1.grapheneos.org