We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e477d0e commit 866954fCopy full SHA for 866954f
dnscrypt-proxy/xtransport.go
@@ -203,7 +203,6 @@ func (xTransport *XTransport) rebuildTransport() {
203
tlsClientConfig.ClientSessionCache = tls.NewLRUClientSessionCache(10)
204
}
205
if xTransport.tlsCipherSuite != nil {
206
- tlsClientConfig.PreferServerCipherSuites = false
207
tlsClientConfig.CipherSuites = xTransport.tlsCipherSuite
208
209
0 commit comments