fixup: WireGuard.js
well I was on the client side so I hope I get all stuff fixed now.
This commit is contained in:
parent
84b2b61d63
commit
754b5f29af
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue