mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-23 05:59:22 -05:00
replace attestation.app server
This commit is contained in:
parent
7213c1745a
commit
da98484270
4
hosts.sh
4
hosts.sh
@ -73,7 +73,7 @@ declare -Ar hosts_ipv4_address=(
|
|||||||
[discuss.grapheneos.org]=51.79.52.38
|
[discuss.grapheneos.org]=51.79.52.38
|
||||||
[grapheneos.social]=51.222.30.159
|
[grapheneos.social]=51.222.30.159
|
||||||
[staging.attestation.app]=198.98.57.157
|
[staging.attestation.app]=198.98.57.157
|
||||||
[attestation.app]=51.79.50.249
|
[attestation.app]=51.79.66.27
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -Ar hosts_ipv6_address=(
|
declare -Ar hosts_ipv6_address=(
|
||||||
@ -104,7 +104,7 @@ declare -Ar hosts_ipv6_address=(
|
|||||||
[discuss.grapheneos.org]=2607:5300:205:200::3c4
|
[discuss.grapheneos.org]=2607:5300:205:200::3c4
|
||||||
[grapheneos.social]=2607:5300:205:200::2706
|
[grapheneos.social]=2607:5300:205:200::2706
|
||||||
[staging.attestation.app]=2605:6400:10:aa9:1c0f:44d3:da15:c0ec
|
[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=(
|
readonly hosts_dns=(
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Match]
|
[Match]
|
||||||
MACAddress=fa:16:3e:34:b8:07
|
MACAddress=fa:16:3e:03:e1:1a
|
||||||
|
|
||||||
[Link]
|
[Link]
|
||||||
Name=public
|
Name=public
|
||||||
|
@ -4,7 +4,7 @@ Name=public
|
|||||||
[Network]
|
[Network]
|
||||||
DHCP=ipv4
|
DHCP=ipv4
|
||||||
LinkLocalAddressing=no
|
LinkLocalAddressing=no
|
||||||
Address=2607:5300:205:200::86a/128
|
Address=2607:5300:205:200::7e9/128
|
||||||
Gateway=2607:5300:205:200::1
|
Gateway=2607:5300:205:200::1
|
||||||
|
|
||||||
[Route]
|
[Route]
|
||||||
@ -14,5 +14,5 @@ Destination=2607:5300:205:200::1
|
|||||||
UseMTU=true
|
UseMTU=true
|
||||||
|
|
||||||
[CAKE]
|
[CAKE]
|
||||||
Bandwidth=500M
|
Bandwidth=1000M
|
||||||
PriorityQueueingPreset=besteffort
|
PriorityQueueingPreset=besteffort
|
||||||
|
Loading…
Reference in New Issue
Block a user