* Lennart Poettering:
On Do, 16.04.20 12:53, Florian Weimer (fweimer@redhat.com) wrote:
Meh. I mean /etc/resolv.conf here, of course, not /etc/nsswitch.conf.
So if /etc/resolv.conf comes from somewhere else, then nss_resolve will still forward queries to the daemon, which contacts the upstream server on nss_resolve's behave (possibly with some caching), and eventually return the data to the application?
correct.
Or does nss_resolve fail with UNAVAIL and expects nss_dns to fetch the data?
no.
Okay, this behavior is nice and what I expect.
Thanks, Florian