Remove persist-tun, fix #171
- Now openvpn tries other vpn ip addresses available on restart - In case of a bad ip address, it will try other random ones
This commit is contained in:
@@ -47,7 +47,6 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
|
||||
"dev tun",
|
||||
"nobind",
|
||||
"persist-key",
|
||||
"persist-tun",
|
||||
"remote-cert-tls server",
|
||||
|
||||
// Mullvad specific
|
||||
|
||||
Reference in New Issue
Block a user