Feat: map client to interface (#1886)

map client to interface
This commit is contained in:
Bernd Storath
2025-05-28 11:58:33 +02:00
committed by GitHub
parent 7e1aa5807d
commit a8aa85bdaa
7 changed files with 19 additions and 7 deletions
@@ -108,6 +108,7 @@ export class ClientService {
name,
// TODO: properly assign user id
userId: 1,
interfaceId: 'wg0',
expiresAt,
privateKey,
publicKey,
@@ -171,6 +172,7 @@ export class ClientService {
.values({
name,
userId: 1,
interfaceId: 'wg0',
privateKey,
publicKey,
preSharedKey,