Fix: vyprvpn: openvpn comp-lzo option

This commit is contained in:
Quentin McGaw (desktop)
2021-10-14 19:55:48 +00:00
parent 0e0e03949d
commit dc674014ff

View File

@@ -33,6 +33,7 @@ func (v *Vyprvpn) BuildConf(connection models.Connection,
"tls-cipher TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-256-CBC-SHA", //nolint:lll
"auth-user-pass " + constants.OpenVPNAuthConf,
"auth " + settings.Auth,
"comp-lzo",
// Added constant values
"auth-nocache",