diff --git a/wireguard/client/etc/wireguard/wg0.conf b/wireguard/client/etc/wireguard/wg0.conf new file mode 100644 index 0000000..cc746fe --- /dev/null +++ b/wireguard/client/etc/wireguard/wg0.conf @@ -0,0 +1,13 @@ +[Interface] +Address= +PrivateKey = `wg genkey` +ListenPort = + +[Peer] +PublicKey = +Endpoint = : +AllowedIPs = /24 + +# This is for if you're behind a NAT and +# want the connection to be kept alive. +PersistentKeepalive = 25