mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-14 17:25:41 -04:00
add 8.releases.grapheneos.org server
This commit is contained in:
parent
3746befc4e
commit
4dfae68196
6 changed files with 101 additions and 4 deletions
5
systemd/network/8.releases.grapheneos.org.link
Normal file
5
systemd/network/8.releases.grapheneos.org.link
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Match]
|
||||
MACAddress=50:7c:6f:7d:4c:93
|
||||
|
||||
[Link]
|
||||
Name=public
|
29
systemd/network/8.releases.grapheneos.org.network
Normal file
29
systemd/network/8.releases.grapheneos.org.network
Normal file
|
@ -0,0 +1,29 @@
|
|||
[Match]
|
||||
Name=public
|
||||
|
||||
[Network]
|
||||
LinkLocalAddressing=no
|
||||
Address=45.90.185.33/24
|
||||
Address=2a14:3f87:6920:250::100/60
|
||||
|
||||
[Route]
|
||||
Destination=0.0.0.0/0
|
||||
Gateway=45.90.185.1
|
||||
PreferredSource=45.90.185.33
|
||||
|
||||
[Route]
|
||||
Destination=::/0
|
||||
Gateway=2a14:3f87:6920:250::1
|
||||
PreferredSource=2a14:3f87:6920:250::100
|
||||
|
||||
[Route]
|
||||
Destination=2a14:3f87:6920:250::1
|
||||
PreferredSource=2a14:3f87:6920:250::100
|
||||
|
||||
[DHCP]
|
||||
UseMTU=true
|
||||
|
||||
#[CAKE]
|
||||
#Bandwidth=25000M
|
||||
#PriorityQueueingPreset=besteffort
|
||||
#SplitGSO=false
|
Loading…
Add table
Add a link
Reference in a new issue