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:
Quentin McGaw
2020-06-08 11:08:07 +00:00
parent 69217f61a1
commit ea3a173e3b
4 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -85,7 +85,6 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, encrypt
"dev tun",
"nobind",
"persist-key",
"persist-tun",
"remote-cert-tls server",
// PIA specific

View File

@@ -60,7 +60,6 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
"dev tun",
"nobind",
"persist-key",
"persist-tun",
"remote-cert-tls server",
// Surfshark specific

View File

@@ -62,7 +62,6 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
"dev tun",
"nobind",
"persist-key",
"persist-tun",
"remote-cert-tls server",
// Windscribe specific