Replies: 1 comment 1 reply
-
It can be useful when only one server is used, but this is not very common. These error codes are returned when a server is slow, overloaded or does rate limiting. Not caching this allows another server to be used, and hopefully that one will work and it will be transparent to users. Even when DNSSEC validation fails with a server, it may work with another one that has working keys, or doesn't validate DNSSEC. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
As I noticed, dnscrypt-proxy will do caching if return code (status) from resolver equals to NOERROR, NXDOMAIN, or NOTAUTH.
Is it possible to also cache SERVFAIL and REFUSED ? I am thinking of caching the response when dnssec validation is failed and when the query is blocked by a filtering resolver.
Or is it feasible to have this customized in the configuration file ?
Beta Was this translation helpful? Give feedback.
All reactions