mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-03 12:06:33 -04:00
set preferred source for static IPv6 configuration
This commit is contained in:
parent
3de32072da
commit
66562272ac
28 changed files with 149 additions and 9 deletions
|
@ -5,10 +5,15 @@ Name=public
|
|||
DHCP=ipv4
|
||||
LinkLocalAddressing=no
|
||||
Address=2607:5300:205:200::3c4/128
|
||||
|
||||
[Route]
|
||||
Destination=::/0
|
||||
Gateway=2607:5300:205:200::1
|
||||
PreferredSource=2607:5300:205:200::3c4
|
||||
|
||||
[Route]
|
||||
Destination=2607:5300:205:200::1
|
||||
PreferredSource=2607:5300:205:200::3c4
|
||||
|
||||
[DHCP]
|
||||
UseMTU=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue