From 754b5f29af19e329945f7cd4c37b8d5d86b6383f Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:29:14 +0100 Subject: [PATCH] fixup: WireGuard.js well I was on the client side so I hope I get all stuff fixed now. --- src/lib/WireGuard.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/WireGuard.js b/src/lib/WireGuard.js index 5f742574..ad5e7973 100644 --- a/src/lib/WireGuard.js +++ b/src/lib/WireGuard.js @@ -143,6 +143,7 @@ ${client.preSharedKey ? `PresharedKey = ${client.preSharedKey}\n` : '' name: client.name, enabled: client.enabled, address: client.address, + cidrBlock: client.cidrBlock, publicKey: client.publicKey, createdAt: new Date(client.createdAt), updatedAt: new Date(client.updatedAt), @@ -259,6 +260,7 @@ Endpoint = ${WG_HOST}:${WG_PORT}`; id, name, address, + cidrBlock, privateKey, publicKey, preSharedKey,