mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #249] Document resolver differences from glibc and/or musl #117
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#117
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 @briansmith on GitHub (Oct 24, 2017).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/249
See http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Name_Resolver_.2F_DNS for an example of the kind of documentation I'm talking about. It would be useful to know whether Trust-DNS intends to implement the musl behavior of the glibc behavior or a different thing yet, by default and/or when it is configured through resolv.conf.
That link failed to load for me today. Here's a link to Google's cached copy: http://webcache.googleusercontent.com/search?q=cache%3Ahttp%3A%2F%2Fwiki.musl-libc.org%2Fwiki%2FFunctional_differences_from_glibc%23Name_Resolver_.2F_DNS. And here's the current text:
@bluejekyll commented on GitHub (Oct 24, 2017):
Where do you want to see this documentation? At the moment it's spread around the individual libraries, etc. I tried to match glibc where I agreed with it, but I don't want to support any of the decisions that I consider to be incorrect in their implementation.
@briansmith commented on GitHub (Oct 24, 2017):
In -resolver's README.md.
That's great. The main thing that a potential user needs to know is what is different, so they can decide to swap out their use of glibc for Trust-DNS.