From f968559d14fc75926d175f889bc205a7eda6af3e Mon Sep 17 00:00:00 2001 From: babadzhanov Date: Thu, 13 Jul 2023 00:16:57 +0300 Subject: [PATCH] passing clientId in response --- src/lib/WireGuard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/WireGuard.js b/src/lib/WireGuard.js index 7886ac91..0f16b43a 100644 --- a/src/lib/WireGuard.js +++ b/src/lib/WireGuard.js @@ -250,6 +250,7 @@ Endpoint = ${WG_HOST}:${WG_PORT}`; // Create Client const clientId = uuid.v4(); const client = { + clientId, name, address, privateKey,