fix(mullvad): add aes-256-gcm cipher

This commit is contained in:
Quentin McGaw
2023-05-21 12:33:27 +00:00
parent 5200ee5722
commit 63303bc311

View File

@@ -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,