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,