mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #138] Improvement suggestion: DNS over HTTPS #54
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @noglitchyo on GitHub (May 23, 2019).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/138
Hello,
First of all, thanks for your work on dns-proxy-server. You made there an amazing tool, which ease my work in many ways :)
I would like to suggest an improvement for it.
What do you think about the idea of implementing DNS over HTTPS protocol into dns-proxy-server?
Please have a look at: https://tools.ietf.org/html/rfc8484
I think it could greatly increase portability for dns-proxy-server and ease its configuration.
Especially on Windows system since browsers start to implement this feature.
This would be really useful when network configuration update is restricted on the system and only the browser configuration can be changed.
Let me know what you think.
@mageddo commented on GitHub (Jun 6, 2019):
@noglitchyo thanks for the suggestion
At the first place this idea looks great to me
Regards
@noglitchyo commented on GitHub (Jun 6, 2019):
@mageddo Thank you for your reply.
I made some researches on the repository you mentionned.
Seems that some attempts to implement DoH (client) in the library were made and then reverted:
semihalev/dns which is also based on miekg/dns actually made a DoH server implementation (if you want to have a look) and had to implement the HTTP API.
@webaaz commented on GitHub (May 6, 2021):
Is there any update?
@mageddo commented on GitHub (Dec 25, 2025):
Alpha is out since 5.7.x. I would appreciate feedback.
Looks like DNS Over HTTPS was not designed for development, but for production use with high security constraints. For this reason I found some caveats and put them on that draft, needs work to improve the docs.
Docs
@mageddo commented on GitHub (Dec 26, 2025):
Made some improvements at 5.8.3 and created the docs. I consider it beta now.