mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-09-19 12:14:46 -04:00
add 2.ns1.grapheneos.org server
This commit is contained in:
parent
2784008a65
commit
c7cb5d025e
4 changed files with 74 additions and 2 deletions
5
etc/systemd/network/2.ns1.grapheneos.org.link
Normal file
5
etc/systemd/network/2.ns1.grapheneos.org.link
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Match]
|
||||
MACAddress=fa:16:3e:96:60:9c
|
||||
|
||||
[Link]
|
||||
Name=public
|
23
etc/systemd/network/2.ns1.grapheneos.org.network
Normal file
23
etc/systemd/network/2.ns1.grapheneos.org.network
Normal file
|
@ -0,0 +1,23 @@
|
|||
[Match]
|
||||
Name=public
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
LinkLocalAddressing=no
|
||||
Address=2001:41d0:701:1100::245b/128
|
||||
|
||||
[Route]
|
||||
Destination=::/0
|
||||
Gateway=2001:41d0:701:1100::1
|
||||
PreferredSource=2001:41d0:701:1100::245b
|
||||
|
||||
[Route]
|
||||
Destination=2001:41d0:701:1100::1
|
||||
PreferredSource=2001:41d0:701:1100::245b
|
||||
|
||||
[DHCP]
|
||||
UseMTU=true
|
||||
|
||||
[CAKE]
|
||||
Bandwidth=500M
|
||||
PriorityQueueingPreset=besteffort
|
Loading…
Add table
Add a link
Reference in a new issue