Replies: 1 comment 4 replies
|
I am able to reproduce the problem with the following setup: Run two blocky instances, the base one use dns.google as upstream, while the front one use the base one as upstream. Then send dns query to the front one: Saw the following in the log files: front log: I saw the query in the base log, which indicated that the front did forward the query to its upstream, even though the domain was eventually blocked. I can actually reproduce the problem with docker-compose.yml blocky-base-config.yml blocky-front-config.yml |
4 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.
I have seen blocky blocked A type (expected) but resolved AAAA type (unexpected) for the same domain.
Try to reproduce it and then I will file an issue.
All reactions