From 47183a18ca03b3e2bb8e0d51870ae7913fb04fae Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Mon, 26 May 2025 12:58:02 +0200 Subject: Types Server: Clarify ShouldFailover boolean --- types/server/server.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'types') 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"` } -- cgit v1.2.3