Fix: PureVPN remove AES-256-CBC cipher

This commit is contained in:
Quentin McGaw (desktop)
2021-09-14 15:47:06 +00:00
parent 1340511b64
commit f7e4331e93

View File

@@ -26,7 +26,6 @@ func (p *Purevpn) BuildConf(connection models.Connection,
"ping 10", "ping 10",
"remote-cert-tls server", "remote-cert-tls server",
"key-direction 1", "key-direction 1",
"cipher AES-256-CBC",
"auth-user-pass " + constants.OpenVPNAuthConf, "auth-user-pass " + constants.OpenVPNAuthConf,
// Added constant values // Added constant values