summaryrefslogtreecommitdiff
path: root/types/server
diff options
context:
space:
mode:
Diffstat (limited to 'types/server')
-rw-r--r--types/server/server.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/types/server/server.go b/types/server/server.go
index cfadb25..61aaf42 100644
--- a/types/server/server.go
+++ b/types/server/server.go
@@ -176,7 +176,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 returns whether or not the client should start the online detection test to determine if failover is needed
+ // If the failover test returns "not dropped" then a "reconnect with TCP" button should be shown
ShouldFailover bool `json:"should_failover"`
}