1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2025-02-24 18:35:54 +01:00

Updated wireguard (markdown)

This commit is contained in:
DN42 Wiki (BURBLE-MNT) 2020-05-05 21:09:25 +00:00
parent 3f29ea6fd7
commit d5cba0126e

View File

@ -124,6 +124,15 @@ Name=<ifname>
DHCP=no
IPv6AcceptRA=false
# for networkd >= 244 KeepConfiguration stops networkd from
# removing routes on this interface when restarting
KeepConfiguration=yes
# for networkd < 244 the CriticalConnection parameter achieves
# the same thing
[DHCP]
CriticalConnection=true
# if using link local addresses for peering
[Address]
Address=fe80::xx:xx:xx:xx/64
@ -139,4 +148,3 @@ Address=<your IPv4 address>/32
Peer=<your peer's IPv4 address>/32
```