summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index 7f383d9..64146c8 100644
--- a/state.go
+++ b/state.go
@@ -134,7 +134,7 @@ func (state *VPNState) getConfigWithOptions(url string, isSecureInternet bool, f
state.FSM.GoTransition(internal.REQUEST_CONFIG)
- config, configErr := internal.GetConfig(server)
+ config, configErr := internal.GetConfig(server, forceTCP)
if configErr != nil {
// Go back to no server if possible