diff --git a/internal/mullvad/conf.go b/internal/mullvad/conf.go index fe1913b4..45931916 100644 --- a/internal/mullvad/conf.go +++ b/internal/mullvad/conf.go @@ -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 diff --git a/internal/pia/conf.go b/internal/pia/conf.go index 554b390b..73c43ce8 100644 --- a/internal/pia/conf.go +++ b/internal/pia/conf.go @@ -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 diff --git a/internal/surfshark/conf.go b/internal/surfshark/conf.go index 7d55c14c..cc14caf2 100644 --- a/internal/surfshark/conf.go +++ b/internal/surfshark/conf.go @@ -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 diff --git a/internal/windscribe/conf.go b/internal/windscribe/conf.go index c51b85c1..5f23b385 100644 --- a/internal/windscribe/conf.go +++ b/internal/windscribe/conf.go @@ -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