diff --git a/aries/vpn/wg0.conf b/aries/vpn/wg0.conf new file mode 100644 index 0000000..d836841 --- /dev/null +++ b/aries/vpn/wg0.conf @@ -0,0 +1,8 @@ +[Interface] +Address = 192.168.1.1/32 +PrivateKey = +ListenPort = 51820 + +[Peer] +PublicKey = +AllowedIPs = 192.168.1.2/32 \ No newline at end of file