update `NetworkManager` config
parent
ed8ca9bfaf
commit
9daf13a81e
|
@ -0,0 +1,15 @@
|
|||
# from dot.git
|
||||
[connection]
|
||||
id=padova
|
||||
type=wireguard
|
||||
|
||||
[wireguard]
|
||||
private-key=<client private-key>
|
||||
|
||||
[wireguard-peer.<server public-key>]
|
||||
endpoint=<server ip>:1194
|
||||
allowed-ips=10.0.0.0/8
|
||||
|
||||
[ipv4]
|
||||
address1=10.200.200.2/32
|
||||
method=manual
|
Loading…
Reference in New Issue