fix(protonvpn): add aes-256-gcm cipher for openvpn
This commit is contained in:
@@ -15,6 +15,7 @@ func (p *Provider) OpenVPNConfig(connection models.Connection,
|
|||||||
AuthUserPass: true,
|
AuthUserPass: true,
|
||||||
Ciphers: []string{
|
Ciphers: []string{
|
||||||
openvpn.AES256cbc,
|
openvpn.AES256cbc,
|
||||||
|
openvpn.AES256gcm,
|
||||||
},
|
},
|
||||||
Auth: openvpn.SHA512,
|
Auth: openvpn.SHA512,
|
||||||
MssFix: 1450,
|
MssFix: 1450,
|
||||||
|
|||||||
Reference in New Issue
Block a user