mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-21 21:24:59 -05:00
replace grapheneos.social server
This commit is contained in:
parent
a642c2e76f
commit
0151adf60e
4
hosts.sh
4
hosts.sh
@ -211,7 +211,7 @@ declare -Ar hosts_ipv4_address=(
|
|||||||
[attestation.app]=51.79.66.27
|
[attestation.app]=51.79.66.27
|
||||||
[matrix.grapheneos.org]=51.79.51.42
|
[matrix.grapheneos.org]=51.79.51.42
|
||||||
[discuss.grapheneos.org]=51.79.52.38
|
[discuss.grapheneos.org]=51.79.52.38
|
||||||
[grapheneos.social]=51.222.30.159
|
[grapheneos.social]=51.222.159.14
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -Ar hosts_ipv6_address=(
|
declare -Ar hosts_ipv6_address=(
|
||||||
@ -242,7 +242,7 @@ declare -Ar hosts_ipv6_address=(
|
|||||||
[attestation.app]=2607:5300:205:200::7e9
|
[attestation.app]=2607:5300:205:200::7e9
|
||||||
[matrix.grapheneos.org]=2607:5300:205:200::26e1
|
[matrix.grapheneos.org]=2607:5300:205:200::26e1
|
||||||
[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::5e3f
|
||||||
)
|
)
|
||||||
|
|
||||||
readonly hosts_dns=(
|
readonly hosts_dns=(
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[Match]
|
[Match]
|
||||||
MACAddress=fa:16:3e:3d:ac:bd
|
MACAddress=fa:16:3e:45:3b:9c
|
||||||
|
|
||||||
[Link]
|
[Link]
|
||||||
Name=public
|
Name=public
|
||||||
|
@ -4,20 +4,20 @@ Name=public
|
|||||||
[Network]
|
[Network]
|
||||||
DHCP=ipv4
|
DHCP=ipv4
|
||||||
LinkLocalAddressing=no
|
LinkLocalAddressing=no
|
||||||
Address=2607:5300:205:200::2706/128
|
Address=2607:5300:205:200::5e3f/128
|
||||||
|
|
||||||
[Route]
|
[Route]
|
||||||
Destination=::/0
|
Destination=::/0
|
||||||
Gateway=2607:5300:205:200::1
|
Gateway=2607:5300:205:200::1
|
||||||
PreferredSource=2607:5300:205:200::2706
|
PreferredSource=2607:5300:205:200::5e3f
|
||||||
|
|
||||||
[Route]
|
[Route]
|
||||||
Destination=2607:5300:205:200::1
|
Destination=2607:5300:205:200::1
|
||||||
PreferredSource=2607:5300:205:200::2706
|
PreferredSource=2607:5300:205:200::5e3f
|
||||||
|
|
||||||
[DHCP]
|
[DHCP]
|
||||||
UseMTU=true
|
UseMTU=true
|
||||||
|
|
||||||
[CAKE]
|
[CAKE]
|
||||||
Bandwidth=500M
|
Bandwidth=1000M
|
||||||
PriorityQueueingPreset=besteffort
|
PriorityQueueingPreset=besteffort
|
||||||
|
Loading…
Reference in New Issue
Block a user