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", "remote-cert-tls server",
"ping 10", "ping 10",
"ping-exit 60", "ping-exit 60",
"ping-timer-rem",
"tls-exit", "tls-exit",
// Cyberghost specific // Cyberghost specific

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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