Browse Source

fixup: WireGuard.js

pull/939/head
Philip H 1 year ago
committed by GitHub
parent
commit
5ee284b973
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/lib/WireGuard.js

1
src/lib/WireGuard.js

@ -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…
Cancel
Save