Maint: remove OpenVPN route-delay option
- Affects Cyberghost - Affects PureVPN
This commit is contained in:
@@ -32,7 +32,6 @@ func (c *Cyberghost) BuildConf(connection models.Connection,
|
|||||||
"tls-exit",
|
"tls-exit",
|
||||||
|
|
||||||
// Cyberghost specific
|
// Cyberghost specific
|
||||||
"route-delay 5",
|
|
||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
"auth-nocache",
|
"auth-nocache",
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ func (p *Purevpn) BuildConf(connection models.Connection,
|
|||||||
"remote-cert-tls server",
|
"remote-cert-tls server",
|
||||||
"cipher AES-256-CBC",
|
"cipher AES-256-CBC",
|
||||||
"route-method exe",
|
"route-method exe",
|
||||||
"route-delay 0",
|
|
||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
"auth-nocache",
|
"auth-nocache",
|
||||||
|
|||||||
Reference in New Issue
Block a user