From af376888841504057290bdb8414ae88237ef65cc Mon Sep 17 00:00:00 2001 From: joshuakraitberg Date: Thu, 31 Mar 2022 21:08:14 -0400 Subject: [PATCH] Fixed wireguard port --- src/lib/WireGuard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/WireGuard.js b/src/lib/WireGuard.js index c2e8c576..853e7a51 100644 --- a/src/lib/WireGuard.js +++ b/src/lib/WireGuard.js @@ -93,7 +93,7 @@ module.exports = class WireGuard { [Interface] PrivateKey = ${config.server.privateKey} Address = ${config.server.address}/24 -ListenPort = 51820 +ListenPort = ${WG_PORT} PostUp = ${WG_POST_UP} PostDown = ${WG_POST_DOWN} `;