fixup: WireGuard.js

well I was on the client side so I hope I get all stuff fixed now.
This commit is contained in:
Philip H 2024-03-05 19:29:14 +01:00 committed by GitHub
parent 84b2b61d63
commit 754b5f29af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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,