hotfix(fastestvpn): add remote-cert-tls server

This commit is contained in:
Quentin McGaw
2022-06-25 15:16:38 +00:00
parent 535297dcf5
commit 2805c3388a

View File

@@ -11,7 +11,8 @@ func (p *Provider) OpenVPNConfig(connection models.Connection,
settings settings.OpenVPN) (lines []string) {
//nolint:gomnd
providerSettings := utils.OpenVPNProviderSettings{
AuthUserPass: true,
RemoteCertTLS: true,
AuthUserPass: true,
Ciphers: []string{
openvpn.AES256cbc,
},