diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-10 11:53:08 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-10 11:53:08 +0200 |
| commit | 9e3e7f22892c3504e6de9827af0fabd9b4b098ea (patch) | |
| tree | 0d16b63dae17f73bccfe720d9c03c25166856497 /state.go | |
| parent | 113de64ac73f529af14da3e0aff12b05c2edd3a7 (diff) | |
API/Server: Correctly handle multiple protocol preference
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
