summaryrefslogtreecommitdiff
path: root/internal/server/server.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-02-07 13:45:10 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-02-19 14:15:07 +0100
commitfe5f8c80298e46a6940e3ad087f559942edb4a06 (patch)
tree77d906f0bc47bbf83c7a06fe4386554ced21fecd /internal/server/server.go
parent09a04c49709bc2e2429c1bfbd44ca34e22e22113 (diff)
API + Server: Support vpn_proto_transport_list
Diffstat (limited to 'internal/server/server.go')
-rw-r--r--internal/server/server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/server/server.go b/internal/server/server.go
index 97dafff..1f73791 100644
--- a/internal/server/server.go
+++ b/internal/server/server.go
@@ -150,6 +150,7 @@ func (s *Server) connect(ctx context.Context, wgSupport bool, pTCP bool) (*srvty
Protocol: apicfg.Protocol,
DefaultGateway: chosenP.DefaultGateway,
DNSSearchDomains: chosenP.DNSSearchDomains,
+ ShouldFailover: chosenP.ShouldFailover(),
Proxy: proxy,
}, nil
}