From da98484270fdcf9e9faba0f91141c8adca8a46d5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 23 Jan 2024 19:05:20 -0500 Subject: [PATCH] replace attestation.app server --- hosts.sh | 4 ++-- systemd/network/attestation.app.link | 2 +- systemd/network/attestation.app.network | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts.sh b/hosts.sh index 1bf245a..6433935 100644 --- a/hosts.sh +++ b/hosts.sh @@ -73,7 +73,7 @@ declare -Ar hosts_ipv4_address=( [discuss.grapheneos.org]=51.79.52.38 [grapheneos.social]=51.222.30.159 [staging.attestation.app]=198.98.57.157 - [attestation.app]=51.79.50.249 + [attestation.app]=51.79.66.27 ) declare -Ar hosts_ipv6_address=( @@ -104,7 +104,7 @@ declare -Ar hosts_ipv6_address=( [discuss.grapheneos.org]=2607:5300:205:200::3c4 [grapheneos.social]=2607:5300:205:200::2706 [staging.attestation.app]=2605:6400:10:aa9:1c0f:44d3:da15:c0ec - [attestation.app]=2607:5300:205:200::86a + [attestation.app]=2607:5300:205:200::7e9 ) readonly hosts_dns=( diff --git a/systemd/network/attestation.app.link b/systemd/network/attestation.app.link index 4ee12ae..cecafb2 100644 --- a/systemd/network/attestation.app.link +++ b/systemd/network/attestation.app.link @@ -1,5 +1,5 @@ [Match] -MACAddress=fa:16:3e:34:b8:07 +MACAddress=fa:16:3e:03:e1:1a [Link] Name=public diff --git a/systemd/network/attestation.app.network b/systemd/network/attestation.app.network index f107806..8e05455 100644 --- a/systemd/network/attestation.app.network +++ b/systemd/network/attestation.app.network @@ -4,7 +4,7 @@ Name=public [Network] DHCP=ipv4 LinkLocalAddressing=no -Address=2607:5300:205:200::86a/128 +Address=2607:5300:205:200::7e9/128 Gateway=2607:5300:205:200::1 [Route] @@ -14,5 +14,5 @@ Destination=2607:5300:205:200::1 UseMTU=true [CAKE] -Bandwidth=500M +Bandwidth=1000M PriorityQueueingPreset=besteffort