[PR #1826] [MERGED] Fix stuck of dns over tls with clear text SNI #2637

Closed
opened 2026-03-16 11:00:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1826
Author: @mokeyish
Created: 11/9/2022
Status: Merged
Merged: 12/3/2022
Merged by: @bluejekyll

Base: mainHead: fix-dot-stuck


📝 Commits (2)

  • 872c29f Fix stuck of dns over tls with clear text SNI
  • 2cf64c3 Fix formatting

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 crates/resolver/src/tls/dns_over_rustls.rs (+3 -0)

📄 Description

Fix issue: https://github.com/bluejekyll/trust-dns/issues/1819

The port (853) of DOT is for dns dedicated, SNI is unnecessary. (ISP block by the SNI name)


图片

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1826 **Author:** [@mokeyish](https://github.com/mokeyish) **Created:** 11/9/2022 **Status:** ✅ Merged **Merged:** 12/3/2022 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `fix-dot-stuck` --- ### 📝 Commits (2) - [`872c29f`](https://github.com/hickory-dns/hickory-dns/commit/872c29f649a20b0b125dad8d3702e36fe3c94363) Fix stuck of dns over tls with clear text SNI - [`2cf64c3`](https://github.com/hickory-dns/hickory-dns/commit/2cf64c3048ff54eaa4622583a28cc29e447527be) Fix formatting ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `crates/resolver/src/tls/dns_over_rustls.rs` (+3 -0) </details> ### 📄 Description Fix issue: https://github.com/bluejekyll/trust-dns/issues/1819 The port (853) of DOT is for dns dedicated, SNI is unnecessary. (ISP block by the SNI name) --- <img width="788" alt="图片" src="https://user-images.githubusercontent.com/16131917/200714568-b7fd1c97-dba8-41ff-b8ff-2cda92a4c49f.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:00:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2637
No description provided.