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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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