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,
|
name: client.name,
|
||||||
enabled: client.enabled,
|
enabled: client.enabled,
|
||||||
address: client.address,
|
address: client.address,
|
||||||
|
cidrBlock: client.cidrBlock,
|
||||||
publicKey: client.publicKey,
|
publicKey: client.publicKey,
|
||||||
createdAt: new Date(client.createdAt),
|
createdAt: new Date(client.createdAt),
|
||||||
updatedAt: new Date(client.updatedAt),
|
updatedAt: new Date(client.updatedAt),
|
||||||
|
@ -259,6 +260,7 @@ Endpoint = ${WG_HOST}:${WG_PORT}`;
|
||||||
id,
|
id,
|
||||||
name,
|
name,
|
||||||
address,
|
address,
|
||||||
|
cidrBlock,
|
||||||
privateKey,
|
privateKey,
|
||||||
publicKey,
|
publicKey,
|
||||||
preSharedKey,
|
preSharedKey,
|
||||||
|
|
Loading…
Reference in New Issue