fix: map interfaceId to WireGuard client response
This commit is contained in:
parent
497482aef3
commit
d67081492d
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ const internalWireguard = {
|
||||||
id: c.id,
|
id: c.id,
|
||||||
name: c.name,
|
name: c.name,
|
||||||
interfaceName: c.interface_name,
|
interfaceName: c.interface_name,
|
||||||
|
interfaceId: c.interface_id,
|
||||||
enabled: c.enabled === 1 || c.enabled === true,
|
enabled: c.enabled === 1 || c.enabled === true,
|
||||||
ipv4_address: c.ipv4_address,
|
ipv4_address: c.ipv4_address,
|
||||||
public_key: c.public_key,
|
public_key: c.public_key,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue