Add configs/wg0
This commit is contained in:
16
configs/wg0
Normal file
16
configs/wg0
Normal file
@@ -0,0 +1,16 @@
|
||||
[Interface]
|
||||
#servers private key
|
||||
|
||||
PrivateKey =
|
||||
|
||||
#VPN tunnel address for server
|
||||
Address = 10.10.10.0/31
|
||||
|
||||
#listening port
|
||||
ListenPort = 51820
|
||||
|
||||
[Peer]
|
||||
|
||||
PublicKey =
|
||||
|
||||
AllowedIPs = 10.10.10.1/32
|
||||
Reference in New Issue
Block a user