Maint: remove ncp-disable deprecated option
- Affects Cyberghost - Affects PIA - Affects Torguard - Affects Windscribe
This commit is contained in:
@@ -34,7 +34,6 @@ func (c *Cyberghost) BuildConf(connection models.Connection,
|
|||||||
|
|
||||||
// Cyberghost specific
|
// Cyberghost specific
|
||||||
// "redirect-gateway def1",
|
// "redirect-gateway def1",
|
||||||
"ncp-disable",
|
|
||||||
"script-security 2",
|
"script-security 2",
|
||||||
"route-delay 5",
|
"route-delay 5",
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ func (p *PIA) BuildConf(connection models.Connection,
|
|||||||
// PIA specific
|
// PIA specific
|
||||||
"reneg-sec 0",
|
"reneg-sec 0",
|
||||||
"disable-occ",
|
"disable-occ",
|
||||||
"ncp-disable", // prevent from auto-upgrading cipher to aes-256-gcm
|
|
||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
"auth-nocache",
|
"auth-nocache",
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ func (t *Torguard) BuildConf(connection models.Connection,
|
|||||||
"reneg-sec 0",
|
"reneg-sec 0",
|
||||||
"key-direction 1",
|
"key-direction 1",
|
||||||
"script-security 2",
|
"script-security 2",
|
||||||
"ncp-disable",
|
|
||||||
"keepalive 5 30",
|
"keepalive 5 30",
|
||||||
"sndbuf 393216",
|
"sndbuf 393216",
|
||||||
"rcvbuf 393216",
|
"rcvbuf 393216",
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ func (w *Windscribe) BuildConf(connection models.Connection,
|
|||||||
"key-direction 1",
|
"key-direction 1",
|
||||||
"script-security 2",
|
"script-security 2",
|
||||||
"reneg-sec 0",
|
"reneg-sec 0",
|
||||||
"ncp-disable",
|
|
||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
"auth-nocache",
|
"auth-nocache",
|
||||||
|
|||||||
Reference in New Issue
Block a user