fixup: WireGuard.js
This commit is contained in:
parent
754b5f29af
commit
5ee284b973
|
@ -256,6 +256,7 @@ Endpoint = ${WG_HOST}:${WG_PORT}`;
|
|||
|
||||
// Create Client
|
||||
const id = uuid.v4();
|
||||
const cidrBlock = WG_DEFAULT_ADDRESS_RANGE;
|
||||
const client = {
|
||||
id,
|
||||
name,
|
||||
|
|
Loading…
Reference in New Issue