Hacker News new | ask | show | jobs
by ahoka 596 days ago
Doesn’t systemd-resolved do this by default now, so this is a non-issue?
1 comments

Yes. Also, nscd is irrelevant in at least a few ecosystems. Java and (I think) Go try to do their own resolving instead of using libc. Java's resolver, in particular, is braindead in the default configuration: infinite record caching, ignoring TTLs.

systemd-resolved solves this, as does running unbound or similar as a local cache.