Added wg0.conf

This commit is contained in:
2020-03-18 19:06:26 -04:00
parent 1bf8bf5781
commit 14cbc0a49d

8
aries/vpn/wg0.conf Normal file
View File

@@ -0,0 +1,8 @@
[Interface]
Address = 192.168.1.1/32
PrivateKey = <server private key>
ListenPort = 51820
[Peer]
PublicKey = <client public key>
AllowedIPs = 192.168.1.2/32