mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] questions about musl DNS resolver
@ 2023-11-04  6:42 Ayush Agarwal
  2023-11-04 10:49 ` Markus Wichmann
  2023-11-04 15:41 ` Rich Felker
  0 siblings, 2 replies; 5+ messages in thread
From: Ayush Agarwal @ 2023-11-04  6:42 UTC (permalink / raw)
  To: musl

Hi,

I was reading about how DNS works in Linux distributions and I noticed
some differences in the way libc resolvers work in glibc and in musl.
I hope it's okay if I ask a few (potentially stupid) questions?

1. Why not offer a different man page on musl distributions for pages
like resolv.conf(5) and resolver(3) considering how their
implementation details and behavior are different from glibc? Is not
offering them intentional or does it require someone to step up and
write the documentation?

2. Which options in the resolv.conf(5) man page are supported by musl?
I know "search" and "nameserver" are supported but what about
"options" like "ndots", "edns0", "use-vc", "trust-ad"?

3. It seems that version 1.2.1 added support for DNSSEC queries but
how do I confirm if DNSSEC queries are sent and received with musl? Do
I need to use the "option edns0 trust-ad" directive in resolv.conf for
it work? The usual suspects like drill and kdig seem to use their own
resolver.

4. The musl version 1.2.4 added TCP fallback to DNS. Is this fallback
intended to work automatically when the size of a DNS query is large
or does it need any configuration?

Thanks,
Ayush

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-06  5:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-04  6:42 [musl] questions about musl DNS resolver Ayush Agarwal
2023-11-04 10:49 ` Markus Wichmann
2023-11-06  5:23   ` Ayush Agarwal
2023-11-04 15:41 ` Rich Felker
2023-11-06  5:29   ` Ayush Agarwal

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).