From fe5f8c80298e46a6940e3ad087f559942edb4a06 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 7 Feb 2024 13:45:10 +0100 Subject: API + Server: Support vpn_proto_transport_list --- types/server/server.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'types') diff --git a/types/server/server.go b/types/server/server.go index 5a340b1..46bbc26 100644 --- a/types/server/server.go +++ b/types/server/server.go @@ -175,6 +175,8 @@ type Configuration struct { DefaultGateway bool `json:"default_gateway"` // DNSSearchDomains are the list of dns search domains DNSSearchDomains []string `json:"dns_search_domains,omitempty"` + // ShouldFailover returns whether or not the client should attempt to failover + ShouldFailover bool `json:"should_failover"` // Proxy returns information for proxied VPN connections // If this is non-nil a proxy must be started using StartProxyguard Proxy *Proxy `json:"proxy,omitempty"` -- cgit v1.2.3