Fix: NordVPN: Re-add comp-lzo option
This commit is contained in:
@@ -39,6 +39,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 " + settings.Auth,
|
"auth " + settings.Auth,
|
||||||
|
"comp-lzo", // Required, NordVPN does not work without it
|
||||||
|
|
||||||
// Added constant values
|
// Added constant values
|
||||||
"auth-nocache",
|
"auth-nocache",
|
||||||
|
|||||||
Reference in New Issue
Block a user