fix(mullvad): add aes-256-gcm cipher
This commit is contained in:
@@ -15,6 +15,7 @@ func (p *Provider) OpenVPNConfig(connection models.Connection,
|
|||||||
Ciphers: []string{
|
Ciphers: []string{
|
||||||
openvpn.AES256cbc,
|
openvpn.AES256cbc,
|
||||||
openvpn.AES128gcm,
|
openvpn.AES128gcm,
|
||||||
|
openvpn.AES256gcm,
|
||||||
},
|
},
|
||||||
Ping: 10,
|
Ping: 10,
|
||||||
RemoteCertTLS: true,
|
RemoteCertTLS: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user