fix(protonvpn): add aes-256-gcm cipher for openvpn

This commit is contained in:
Quentin McGaw
2023-06-30 17:14:44 +00:00
parent ff9b56d6d8
commit f8a41b2133

View File

@@ -15,6 +15,7 @@ func (p *Provider) OpenVPNConfig(connection models.Connection,
AuthUserPass: true,
Ciphers: []string{
openvpn.AES256cbc,
openvpn.AES256gcm,
},
Auth: openvpn.SHA512,
MssFix: 1450,