Fix: remove OpenVPN compression (PIA, torguard)
This commit is contained in:
@@ -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",
|
||||||
"compress", // allow PIA server to choose the compression to use
|
|
||||||
"ncp-disable", // prevent from auto-upgrading cipher to aes-256-gcm
|
"ncp-disable", // prevent from auto-upgrading cipher to aes-256-gcm
|
||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ func (t *Torguard) BuildConf(connection models.Connection,
|
|||||||
"key-direction 1",
|
"key-direction 1",
|
||||||
"script-security 2",
|
"script-security 2",
|
||||||
"ncp-disable",
|
"ncp-disable",
|
||||||
"compress",
|
|
||||||
"keepalive 5 30",
|
"keepalive 5 30",
|
||||||
"sndbuf 393216",
|
"sndbuf 393216",
|
||||||
"rcvbuf 393216",
|
"rcvbuf 393216",
|
||||||
|
|||||||
Reference in New Issue
Block a user