diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-26 12:58:02 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-26 12:58:02 +0200 |
| commit | 47183a18ca03b3e2bb8e0d51870ae7913fb04fae (patch) | |
| tree | b815c6e3580b79148608a93cea88cc866ec689d2 /types | |
| parent | 733f1892dcee4061b9a5d6224d5822d5da1312f8 (diff) | |
Types Server: Clarify ShouldFailover boolean
Diffstat (limited to 'types')
| -rw-r--r-- | types/server/server.go | 3 |
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"` } |
