[PR #3040] [MERGED] Allow disabling H3 grease, as needed for cloudflare #3519

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3040
Author: @steffengy
Created: 6/9/2025
Status: Merged
Merged: 6/13/2025
Merged by: @djc

Base: mainHead: h3-grease


📝 Commits (2)

  • 3860e38 sync cloudflare tests with other tests
  • a0d7f50 Allow disabling H3 grease, as needed for cloudflare (#2085)

📊 Changes

3 files changed (+37 additions, -4 deletions)

View changed files

📝 crates/proto/src/h3/h3_client_stream.rs (+24 -3)
📝 crates/resolver/src/config.rs (+4 -0)
📝 crates/resolver/src/name_server/connection_provider.rs (+9 -1)

📄 Description

Allow disabling H3 grease through the config, so non-compliant implementations such as cloudflare's work.
As described in #2085.

I'm using this as follows:

[[zones.stores.name_servers]]
socket_addr = "1.1.1.1:443"
protocol = { type = "h3", server_name = "1dot1dot1dot1.cloudflare-dns.com", path="/dns-query", disable_grease=true }

[[zones.stores.name_servers]]
socket_addr = "8.8.8.8:443"
protocol = { type = "h3", server_name = "dns.google", path = "/dns-query" }


🔄 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/3040 **Author:** [@steffengy](https://github.com/steffengy) **Created:** 6/9/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `h3-grease` --- ### 📝 Commits (2) - [`3860e38`](https://github.com/hickory-dns/hickory-dns/commit/3860e38c412b2e0d25cfee178de4dac5858f1edb) sync cloudflare tests with other tests - [`a0d7f50`](https://github.com/hickory-dns/hickory-dns/commit/a0d7f50c96d566d3d7966b920e60e8326036f499) Allow disabling H3 grease, as needed for cloudflare (#2085) ### 📊 Changes **3 files changed** (+37 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/h3/h3_client_stream.rs` (+24 -3) 📝 `crates/resolver/src/config.rs` (+4 -0) 📝 `crates/resolver/src/name_server/connection_provider.rs` (+9 -1) </details> ### 📄 Description Allow disabling H3 grease through the config, so non-compliant implementations such as cloudflare's work. As described in #2085. I'm using this as follows: ``` [[zones.stores.name_servers]] socket_addr = "1.1.1.1:443" protocol = { type = "h3", server_name = "1dot1dot1dot1.cloudflare-dns.com", path="/dns-query", disable_grease=true } [[zones.stores.name_servers]] socket_addr = "8.8.8.8:443" protocol = { type = "h3", server_name = "dns.google", path = "/dns-query" } ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:47:59 +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#3519
No description provided.