1
0
Fork 0

add `wireguard` config

padova
urosm 2024-05-06 22:11:50 +00:00
parent 4e63f0a0cd
commit f183fa7b94
1 changed files with 14 additions and 0 deletions

View File

@ -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