[PR #2036] [MERGED] Fix DoQ default configuration #2770

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2036
Author: @daxpedda
Created: 9/22/2023
Status: Merged
Merged: 9/29/2023
Merged by: @djc

Base: mainHead: quic


📝 Commits (1)

  • 2ac28f5 Fix DoQ default configuration

📊 Changes

2 files changed (+83 additions, -4 deletions)

View changed files

📝 crates/resolver/src/quic.rs (+83 -0)
📝 crates/resolver/src/tls/dns_over_rustls.rs (+0 -4)

📄 Description

It has become clear to me that #2031 and #2003 will require more design work.
So until we figure out what to do there I thought I can tackle some of the things we already discussed with what we have in place right now.

Fixes #1990.


🔄 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/2036 **Author:** [@daxpedda](https://github.com/daxpedda) **Created:** 9/22/2023 **Status:** ✅ Merged **Merged:** 9/29/2023 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `quic` --- ### 📝 Commits (1) - [`2ac28f5`](https://github.com/hickory-dns/hickory-dns/commit/2ac28f5311140a55cdf30a2f798cb4b265f0a83a) Fix DoQ default configuration ### 📊 Changes **2 files changed** (+83 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `crates/resolver/src/quic.rs` (+83 -0) 📝 `crates/resolver/src/tls/dns_over_rustls.rs` (+0 -4) </details> ### 📄 Description It has become clear to me that #2031 and #2003 will require more design work. So until we figure out what to do there I thought I can tackle some of the things we already discussed with what we have in place right now. Fixes #1990. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:07:22 +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#2770
No description provided.