Fix: NordVPN: Re-add comp-lzo option

This commit is contained in:
Quentin McGaw (desktop)
2021-10-13 00:04:51 +00:00
parent caeca18ed7
commit 8cc2983318

View File

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