Is this a bug? (.. at least not what I expected..) #2100
bcookatpcsd
started this conversation in
Potential issues
Replies: 1 comment
-
People use resolvers such as dnsmasq or unbound in front of dnscrypt-proxy. If query types such as
So, blocking |
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.
-
[2022-04-21 15:45:18] 10.20.0.70 tdupdater A SYNTH 0ms -
[2022-04-21 15:45:25] 10.20.0.70 tdupdater TXT PASS 0ms -
[2022-04-21 15:48:59] 172.16.254.253 tdupdater TXT PASS 0ms -
[2022-04-21 15:49:29] 172.16.254.253 tdupdater TXT NXDOMAIN 7ms cleanbrowsing-doh
So I happened to be looking for something else and came across this..
The A record is SYNTH'd as it should be.. but the TXT, LOC, HINFO, etc records was passed as is everything else..
[2022-04-21 15:57:45] 10.20.0.70 tdupdater NS PASS 0ms -
[2022-04-21 15:57:51] 10.20.0.70 tdupdater LOC NXDOMAIN 19ms cleanbrowsing-dnscrypt
[2022-04-21 15:57:58] 10.20.0.70 tdupdater HINFO NXDOMAIN 8ms cleanbrowsing-doh
[2022-04-21 15:58:08] 10.20.0.70 tdupdater A SYNTH 0ms -
(we subscribe to cleanbrowsing..)
Is that as expected?
Output of the following commands:
)# dnscrypt-proxy -config /etc/dnscrypt-proxy.toml -check -list
[2022-04-21 16:09:30] [NOTICE] dnscrypt-proxy 2.1.1
[2022-04-21 16:09:30] [NOTICE] Source [public-resolvers] loaded
[2022-04-21 16:09:30] [NOTICE] Source [relays] loaded
cleanbrowsing-dnscrypt
cleanbrowsing-doh
(built against go 1.18)
Expected behavior (i.e. solution)
Should the block_unqualified block more than A / AAAA records?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions