Merge pull request #216 from murka/patch-1

feat(WireGuard): return client data by createClient.
This commit is contained in:
Emile Nijssen
2022-06-12 23:24:28 +02:00
committed by GitHub

View File

@@ -265,6 +265,8 @@ Endpoint = ${WG_HOST}:${WG_PORT}`;
config.clients[clientId] = client;
await this.saveConfig();
return client;
}
async deleteClient({ clientId }) {