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...');