mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[GH-ISSUE #1970] Would be really good to have a few DoH examples. #834
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#834
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 @marcbrevoort-cyberhive on GitHub (Jun 15, 2023).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1970
Documentation is pretty good for doing insecure DNS requests, but as things get more complex it just glosses over things, making it fairly cumbersome to get things up and running. A few examples on how to use DoH would be most welcome!
@djc commented on GitHub (Jun 15, 2023):
What documentation are you looking at? How do you want to use DoH?
@marcbrevoort-cyberhive commented on GitHub (Oct 12, 2023):
I was looking at https://docs.rs/trust-dns-client/0.23.0/trust_dns_client/https/struct.HttpsClientConnection.html
The use case is having a client do its own secured DNS requests using DNS over HTTPS.
Eventually I've figured a way to accomplish this (as per my comment at https://github.com/bluejekyll/trust-dns/issues/2050#issuecomment-1759296816), but it was certainly a bit of an adventure to get there!
@djc commented on GitHub (Oct 13, 2023):
Would be great if you can submit a PR with an example and/or some documentation improvements!
@marcbrevoort-cyberhive commented on GitHub (Oct 31, 2023):
PR raised here.
https://github.com/hickory-dns/hickory-dns/pull/2086/files
@marcbrevoort-cyberhive commented on GitHub (Nov 8, 2023):
As this DoH documentation has now been merged, I suppose this is now complete so I'm closing this issue. Thanks for the pleasant collab!