From 776447a9c03d969928b8fb124738969ebf265ca0 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 8 Jan 2018 18:01:07 +0100 Subject: [feat] try other gateways if the main one fails 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 --- src/leap/bitmask/vpn/helpers/linux/bitmask-root | 1 - 1 file changed, 1 deletion(-) (limited to 'src/leap') diff --git a/src/leap/bitmask/vpn/helpers/linux/bitmask-root b/src/leap/bitmask/vpn/helpers/linux/bitmask-root index 5310fbf2..9be9a61a 100755 --- a/src/leap/bitmask/vpn/helpers/linux/bitmask-root +++ b/src/leap/bitmask/vpn/helpers/linux/bitmask-root @@ -115,7 +115,6 @@ FIXED_FLAGS = [ "--user", "nobody", "--persist-key", "--persist-local-ip", - "--persist-remote-ip", ] if OPENVPN_GROUP is not None: -- cgit v1.2.3