fixup: WireGuard.js

This commit is contained in:
Philip H
2024-03-05 19:35:38 +01:00
committed by GitHub
parent 754b5f29af
commit 5ee284b973

View File

@@ -256,6 +256,7 @@ Endpoint = ${WG_HOST}:${WG_PORT}`;
// Create Client // Create Client
const id = uuid.v4(); const id = uuid.v4();
const cidrBlock = WG_DEFAULT_ADDRESS_RANGE;
const client = { const client = {
id, id,
name, name,