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",
|
"dev tun",
|
||||||
"nobind",
|
"nobind",
|
||||||
"persist-key",
|
"persist-key",
|
||||||
"persist-tun",
|
|
||||||
"remote-cert-tls server",
|
"remote-cert-tls server",
|
||||||
|
|
||||||
// Mullvad specific
|
// Mullvad specific
|
||||||
|
|||||||
@@ -85,7 +85,6 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, encrypt
|
|||||||
"dev tun",
|
"dev tun",
|
||||||
"nobind",
|
"nobind",
|
||||||
"persist-key",
|
"persist-key",
|
||||||
"persist-tun",
|
|
||||||
"remote-cert-tls server",
|
"remote-cert-tls server",
|
||||||
|
|
||||||
// PIA specific
|
// PIA specific
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
|
|||||||
"dev tun",
|
"dev tun",
|
||||||
"nobind",
|
"nobind",
|
||||||
"persist-key",
|
"persist-key",
|
||||||
"persist-tun",
|
|
||||||
"remote-cert-tls server",
|
"remote-cert-tls server",
|
||||||
|
|
||||||
// Surfshark specific
|
// Surfshark specific
|
||||||
|
|||||||
@@ -62,7 +62,6 @@ func (c *configurator) BuildConf(connections []models.OpenVPNConnection, verbosi
|
|||||||
"dev tun",
|
"dev tun",
|
||||||
"nobind",
|
"nobind",
|
||||||
"persist-key",
|
"persist-key",
|
||||||
"persist-tun",
|
|
||||||
"remote-cert-tls server",
|
"remote-cert-tls server",
|
||||||
|
|
||||||
// Windscribe specific
|
// Windscribe specific
|
||||||
|
|||||||
Reference in New Issue
Block a user