[feat] try other gateways if the main one fails
1 unresolved thread
1 unresolved thread
Removing '--persist-ip' param on openvpn it will try to connect to a different gateway if the first one fails. This means, that in case of network disconnection for some minutes bitmask will keep rotating between the different gateways and one the network comes back it will not connect anymore to the first one, but to the one that was trying at this moment.
- Resolves: #9188
Merge request reports
Activity
@kali what do you think about the trade off?
We could be more intelligent detecting network disconnections and make the reconnection manually with the first gateway in the list, but that will require more logic that I will prefer to don't code for now.
mentioned in issue #9189 (closed)
added 1 commit
- 233e4a23 - [feat] try other gateways if the main one fails
added 1 commit
- 444cb140 - [feat] try other gateways if the main one fails
37 37 demo.bitmask.net [US] Seattle, WA (UTC-7) 38 38 39 39 This manual override functionality will be exposed through the UI and the CLI in release ``0.11``. 40 41 Gateway failures 42 ----------------------------------- 43 44 If a Bitmask fails to connect to one gateway it will try with the next changed this line in version 4 of the diff
added 1 commit
- 382ea2d2 - [feat] try other gateways if the main one fails
added 12 commits
-
382ea2d2...ad55e807 - 11 commits from branch
leap:master
- 776447a9 - [feat] try other gateways if the main one fails
-
382ea2d2...ad55e807 - 11 commits from branch
Please register or sign in to reply