From 4f8d8fb1e8a37609a5b05cdba3324cc348967561 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 f9191847..a6906051 100644 --- a/src/lib/WireGuard.js +++ b/src/lib/WireGuard.js @@ -120,7 +120,7 @@ PostDown = ${WG_POST_DOWN} [Peer] PublicKey = ${client.publicKey} PresharedKey = ${client.preSharedKey} -AllowedIPs = ${client.address}`; +AllowedIPs = ${allowedIPs}`; } debug('Config saving...');