Maint: OpenVPN option tls-client removed

- It's redundant with `client` option
- Affects FastestVPN
This commit is contained in:
Quentin McGaw (desktop)
2021-09-14 15:04:50 +00:00
parent 2000e72357
commit b872973e8b

View File

@@ -31,7 +31,6 @@ func (f *Fastestvpn) BuildConf(connection models.Connection,
// Fastestvpn specific
"ping-restart 0",
"tls-client",
"tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-CAMELLIA-256-CBC-SHA:TLS-DHE-RSA-WITH-AES-256-CBC-SHA:TLS-RSA-WITH-CAMELLIA-256-CBC-SHA:TLS-RSA-WITH-AES-256-CBC-SHA", //nolint:lll
"key-direction 1",
"tun-mtu-extra 32",