add `wireguard` config
parent
4e63f0a0cd
commit
f183fa7b94
|
@ -0,0 +1,14 @@
|
|||
[Interface]
|
||||
Address = 10.200.200.1/24
|
||||
ListenPort = 1194
|
||||
PrivateKey = <padova private key>
|
||||
|
||||
[Peer]
|
||||
# milano
|
||||
PublicKey = <milano public key>
|
||||
AllowedIPs = 10.200.200.2/32
|
||||
|
||||
[Peer]
|
||||
# napoli
|
||||
PublicKey = <napoli public key>
|
||||
AllowedIPs = 10.200.200.3/32
|
Loading…
Reference in New Issue