Maint: remove OpenVPN route-delay option

- Affects Cyberghost
- Affects PureVPN
This commit is contained in:
Quentin McGaw (desktop)
2021-09-14 14:48:14 +00:00
parent 83d87f83f9
commit 15fe62de32
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ func (c *Cyberghost) BuildConf(connection models.Connection,
"tls-exit",
// Cyberghost specific
"route-delay 5",
// Added constant values
"auth-nocache",

View File

@@ -30,7 +30,6 @@ func (p *Purevpn) BuildConf(connection models.Connection,
"remote-cert-tls server",
"cipher AES-256-CBC",
"route-method exe",
"route-delay 0",
// Added constant values
"auth-nocache",