summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
Diffstat (limited to 'types')
-rw-r--r--types/server/server.go2
1 files changed, 2 insertions, 0 deletions
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"`