feat(fastestvpn): add aes-256-gcm to ciphers list

This commit is contained in:
Quentin McGaw
2024-11-09 15:44:05 +00:00
parent 94dfb2b1f2
commit e69966381d

View File

@@ -14,6 +14,7 @@ func (p *Provider) OpenVPNConfig(connection models.Connection,
providerSettings := utils.OpenVPNProviderSettings{
AuthUserPass: true,
Ciphers: []string{
openvpn.AES256gcm,
openvpn.AES256cbc,
},
Auth: openvpn.SHA256,