We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c659ac commit 549426aCopy full SHA for 549426a
1 file changed
dnscrypt-proxy/xtransport.go
@@ -236,7 +236,7 @@ func (xTransport *XTransport) rebuildTransport() {
236
continue
237
}
238
for _, supportedVersion := range suite.SupportedVersions {
239
- if supportedVersion != tls.VersionTLS13 {
+ if supportedVersion == tls.VersionTLS12 {
240
for _, expectedSuiteID := range xTransport.tlsCipherSuite {
241
if expectedSuiteID == suite.ID {
242
compatibleSuitesCount += 1
0 commit comments