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
const clientId = uuid.v4();
const client = {
clientId,
name,
address,
privateKey,

Loading…
Cancel
Save