feat(nordvpn): remove OpenVPN compression
This commit is contained in:
@@ -41,7 +41,7 @@ func (n *Nordvpn) BuildConf(connection models.Connection,
|
|||||||
"key-direction 1",
|
"key-direction 1",
|
||||||
"auth-user-pass " + constants.OpenVPNAuthConf,
|
"auth-user-pass " + constants.OpenVPNAuthConf,
|
||||||
"auth " + auth,
|
"auth " + auth,
|
||||||
"comp-lzo", // Required, NordVPN does not work without it
|
"comp-lzo no", // Explicitly disable compression
|
||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
"auth-nocache",
|
"auth-nocache",
|
||||||
|
|||||||
Reference in New Issue
Block a user