Files
showcase/aries/vpn/wg0.conf

8 lines
157 B
Plaintext
Raw Normal View History

2020-03-18 19:06:26 -04:00
[Interface]
Address = 192.168.1.1/32
PrivateKey = <server private key>
ListenPort = 51820
[Peer]
PublicKey = <client public key>
AllowedIPs = 192.168.1.2/32