[GH-ISSUE #2219] [Featture] Expose Path Parameter for DoH Client #927

Open
opened 2026-03-16 00:59:35 +03:00 by kerem · 1 comment
Owner

Originally created by @Skyxim on GitHub (May 24, 2024).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2219

Is your feature request related to a problem? Please describe.
Different DoH providers, such as Adguard DNS, use custom paths to identify users. For example, Adguard DNS might require a path like https://d.adguard-dns.com/dns-query/xxxxx to recognize a specific user.

Describe the solution you'd like
I propose adding an Option<&str> parameter for the path in the request-building method and exposing this configuration in HttpsClientStreamBuilder and H3ClientStreamBuilder.

Describe alternatives you've considered

Additional context
Add any other context or screenshots about the feature request here.

Originally created by @Skyxim on GitHub (May 24, 2024). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2219 **Is your feature request related to a problem? Please describe.** Different DoH providers, such as Adguard DNS, use custom paths to identify users. For example, Adguard DNS might require a path like https://d.adguard-dns.com/dns-query/xxxxx to recognize a specific user. **Describe the solution you'd like** I propose adding an Option<&str> parameter for the path in the request-building method and exposing this configuration in HttpsClientStreamBuilder and H3ClientStreamBuilder. **Describe alternatives you've considered** **Additional context** Add any other context or screenshots about the feature request here.
Author
Owner

@djc commented on GitHub (May 24, 2024):

Makes sense to me. Would you be able to send a PR?

<!-- gh-comment-id:2128769980 --> @djc commented on GitHub (May 24, 2024): Makes sense to me. Would you be able to send a PR?
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#927
No description provided.