fix(slickvpn): allow AES-256-GCM
This commit is contained in:
@@ -15,6 +15,7 @@ func (p *Provider) OpenVPNConfig(connection models.Connection,
|
|||||||
RemoteCertTLS: true,
|
RemoteCertTLS: true,
|
||||||
AuthUserPass: true,
|
AuthUserPass: true,
|
||||||
Ciphers: []string{
|
Ciphers: []string{
|
||||||
|
openvpn.AES256gcm,
|
||||||
openvpn.AES256cbc,
|
openvpn.AES256cbc,
|
||||||
},
|
},
|
||||||
Ping: pingSeconds,
|
Ping: pingSeconds,
|
||||||
|
|||||||
Reference in New Issue
Block a user