mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
6595a2b05f
This resolves a warning from systemd-networkd about using one of the names reserved by the kernel.
20 lines
292 B
SYSTEMD
20 lines
292 B
SYSTEMD
[Match]
|
|
Name=public
|
|
|
|
[Network]
|
|
LinkLocalAddressing=no
|
|
Address=192.99.98.22/32
|
|
Gateway=51.161.8.1
|
|
Address=2607:5300:205:200::94f/128
|
|
Gateway=2607:5300:205:200::1
|
|
|
|
[Route]
|
|
Destination=51.161.8.1
|
|
|
|
[Route]
|
|
Destination=2607:5300:205:200::1
|
|
|
|
[CAKE]
|
|
Bandwidth=250M
|
|
PriorityQueueingPreset=besteffort
|