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{
|
||||
openvpn.AES256cbc,
|
||||
openvpn.AES128gcm,
|
||||
openvpn.AES256gcm,
|
||||
},
|
||||
Ping: 10,
|
||||
RemoteCertTLS: true,
|
||||
|
||||
Reference in New Issue
Block a user