dnscrypt not resolving->nslookup->I only get dnscrypt blocked AAAA queries (no ipv6)[expected] #1734
Unanswered
MonogameCoder
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is a request for an IPv6 address, but you're blocking IPv6. Set block_ipv6 to false to disable this feature. |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi,
I have been trying to debug a specific url in order to find out if there is some sort of URL blocking here on my side, which is not the case, since I was able to access in this particular case the website using other means instead of using dnscrypt, and of course the "rcode" didn't return the expected behavior as in a url blocking.
But I couldn't figure out what could be wrong with my dnscrypt config.
Maybe this:
HINFO CPU = This query has been locally blocked OS = by dnscrypt-proxy
ttl = 1 (1 sec)
So, here it is the full trace of nslookup:
`------------
Got answer:
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: response, recursion avail.
questions = 1, answers = 1, authority records = 0, additional = 1
Non-authoritative answer:
Got answer:
HEADER:
opcode = QUERY, id = 3, rcode = NOERROR
header flags: response, recursion avail.
questions = 1, answers = 1, authority records = 1, additional = 0
Got answer:
HEADER:
opcode = QUERY, id = 4, rcode = NOERROR
header flags: response, recursion avail.
questions = 1, answers = 1, authority records = 0, additional = 1
Non-authoritative answer:
Got answer:
HEADER:
opcode = QUERY, id = 5, rcode = NOERROR
header flags: response, recursion avail.
questions = 1, answers = 1, authority records = 1, additional = 0
Name: somewebsite.com`
Thanks
Beta Was this translation helpful? Give feedback.
All reactions