Browse Source

passing clientId in response

pull/597/head
babadzhanov 3 years ago
parent
commit
f968559d14
  1. 1
      src/lib/WireGuard.js

1
src/lib/WireGuard.js

@ -250,6 +250,7 @@ Endpoint = ${WG_HOST}:${WG_PORT}`;
// Create Client // Create Client
const clientId = uuid.v4(); const clientId = uuid.v4();
const client = { const client = {
clientId,
name, name,
address, address,
privateKey, privateKey,

Loading…
Cancel
Save