diff options
Diffstat (limited to 'gui/src/main')
| -rw-r--r-- | gui/src/main/daemon-rpc.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/src/main/daemon-rpc.ts b/gui/src/main/daemon-rpc.ts index 5351b81946..73c23b7158 100644 --- a/gui/src/main/daemon-rpc.ts +++ b/gui/src/main/daemon-rpc.ts @@ -72,7 +72,8 @@ const customTunnelEndpointSchema = oneOf( allowed_ips: arrayOf(string), endpoint: string, }), - gateway: string, + ipv4_gateway: string, + ipv6_gateway: maybe(string), }), }), ); |
