diff --git a/configs/wg0 b/configs/wg0 new file mode 100644 index 0000000..792a53f --- /dev/null +++ b/configs/wg0 @@ -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 \ No newline at end of file