Maint: remove useless OpenVPN ping-timer-rem

This commit is contained in:
Quentin McGaw (desktop)
2021-09-14 14:47:27 +00:00
parent 76a0c1f6c4
commit 83d87f83f9
12 changed files with 0 additions and 12 deletions

View File

@@ -29,7 +29,6 @@ func (c *Cyberghost) BuildConf(connection models.Connection,
"remote-cert-tls server",
"ping 10",
"ping-exit 60",
"ping-timer-rem",
"tls-exit",
// Cyberghost specific

View File

@@ -28,7 +28,6 @@ func (f *Fastestvpn) BuildConf(connection models.Connection,
"persist-key",
"ping 15",
"ping-exit 60",
"ping-timer-rem",
"tls-exit",
// Fastestvpn specific

View File

@@ -22,7 +22,6 @@ func (h *HideMyAss) BuildConf(connection models.Connection,
"persist-key",
"ping 5",
"ping-exit 30",
"ping-timer-rem",
"tls-exit",
// HideMyAss specific

View File

@@ -23,7 +23,6 @@ func (i *Ipvanish) BuildConf(connection models.Connection,
"dev " + settings.Interface,
"nobind",
"persist-key",
"ping-timer-rem",
"tls-exit",
// Ipvanish specific

View File

@@ -25,7 +25,6 @@ func (i *Ivpn) BuildConf(connection models.Connection,
"persist-key",
"ping 5",
"ping-exit 30",
"ping-timer-rem",
"tls-exit",
// IVPN specific

View File

@@ -23,7 +23,6 @@ func (m *Mullvad) BuildConf(connection models.Connection,
"remote-cert-tls server",
"ping 10",
"ping-exit 60",
"ping-timer-rem",
"tls-exit",
// Mullvad specific

View File

@@ -29,7 +29,6 @@ func (n *Nordvpn) BuildConf(connection models.Connection,
"nobind",
"persist-key",
"remote-cert-tls server",
"ping-timer-rem",
"tls-exit",
// Nordvpn specific

View File

@@ -26,7 +26,6 @@ func (p *Privado) BuildConf(connection models.Connection,
"persist-key",
"ping 10",
"ping-exit 60",
"ping-timer-rem",
"tls-exit",
// Privado specific

View File

@@ -23,7 +23,6 @@ func (p *Purevpn) BuildConf(connection models.Connection,
"remote-cert-tls server",
"ping 10",
"ping-exit 60",
"ping-timer-rem",
"tls-exit",
// Purevpn specific

View File

@@ -31,7 +31,6 @@ func (s *Surfshark) BuildConf(connection models.Connection,
"persist-key",
"remote-cert-tls server",
"ping 15",
"ping-timer-rem",
"tls-exit",
// Surfshark specific

View File

@@ -27,7 +27,6 @@ func (v *Vyprvpn) BuildConf(connection models.Connection,
"remote-cert-tls server",
"ping 10",
"ping-exit 60",
"ping-timer-rem",
"tls-exit",
// Vyprvpn specific

View File

@@ -28,7 +28,6 @@ func (w *Windscribe) BuildConf(connection models.Connection,
"remote-cert-tls server",
"ping 10",
"ping-exit 60",
"ping-timer-rem",
"tls-exit",
// Windscribe specific