From f31f8d48984c056746a78ec465bb7e688bc259e2 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:57:50 +0100 Subject: [PATCH] revert: AllowedIPs = ${allowedIPs}`; --- 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 8577dede..9db73def 100644 --- a/src/lib/WireGuard.js +++ b/src/lib/WireGuard.js @@ -126,7 +126,7 @@ PostDown = ${WG_POST_DOWN} [Peer] PublicKey = ${client.publicKey} ${client.preSharedKey ? `PresharedKey = ${client.preSharedKey}\n` : '' -}AllowedIPs = ${client.address}/32`; +}AllowedIPs = ${allowedIPs}`; } debug('Config saving...');