unbound not caching HINFO? #1794
Unanswered
bcookatpcsd
asked this question in
Q&A
Replies: 1 comment
-
In order to check if If repeated queries appear in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I ask dnscrypt-proxy directly I get a response, of HINFO type.
When I ask unbound I nothing..
unbound setup to forward to dnscrypt
@4000000061001b3905f9f9d4 [1627396911] unbound[30211:0] info: 10.20.8.29 widget-mediator.zopim.com. A IN
unbound shows the query came in.. but for an A record.. and dnscrypt is answering with an HINFO
But then when I change dnscrypt-proxy to be reject
@4000000061001ba01c463a54 [2021-07-27 10:43:34] 10.20.8.29 widget-mediator.zopim.com A REJECT 0ms -
Dnscrypt says it was rejected
But then I get a REFUSED response and no answer..
So back to dnscrypt, I change blocked_query_response = 'a:127.0.0.192'
I now get an A record response, which seems to get cached by unbound and dnsdist..
where as an HINFO record was not cached..
being that I can't get unbound or dnsdist to block AAAA queries and not cause other issues..
blocked_query_response = 'a:127.0.0.192,aaaa:::1/128'
Second question..
Is that the correct syntax for the AAAA response?
Adding the A and AAAA responses seem to make dnscrypt-proxy work more efficiently as responses are actually cached upstream..
Thank you, as always, for taking the time to read these..
Beta Was this translation helpful? Give feedback.
All reactions