|
|
|
|
|
by simoncion
5217 days ago
|
|
It seems that you don't know what a stub resolver is. A stub resolver is a piece of software which uses the DNS (and other) servers listed in the system configuration to resolve names to addresses. The stub resolver may use a variety of strategies when deciding which of the configured servers to use, how to time the queries, and what to cache; but stub resolvers respect the system admin's wishes WRT what name resolution servers to talk to. See: https://tools.ietf.org/html/rfc1123#page-74
and: https://tools.ietf.org/html/rfc4033#section-7 |
|
This, as an aside, is what's wrong with HN. People cite RFCs or other datapoint as if it validates their point, when in fact, it does no such thing. You can run 10 stub resolvers on your system, each talking to a different DNS server. A stub simply indicates that it lacks the fortitude for full-blown root-down DNS resolution and validation. It might even still have a cache of sorts. That's it.
Why my post got marked down, I'll never know.