Maint: remove ncp-disable deprecated option

- Affects Cyberghost
- Affects PIA
- Affects Torguard
- Affects Windscribe
This commit is contained in:
Quentin McGaw (desktop)
2021-09-13 15:59:33 +00:00
parent 3d2a360401
commit 0730b6db6e
4 changed files with 0 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",