Added wg0.conf
This commit is contained in:
8
aries/vpn/wg0.conf
Normal file
8
aries/vpn/wg0.conf
Normal 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
|
||||
Reference in New Issue
Block a user