Dnscrypt-proxy returns same cached result for requests from different edns subnet. #2090
ha-ku
started this conversation in
Potential issues
Replies: 1 comment
-
AFAIK, |
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
-
The behavior I expect is something like this:
For a domain (for example, upos-sz-mirrorcoso1.bilivideo.com) taking advantage of edns information, it should resolved to different IP depending on the edns subnet sent to the server. For example, request A
dig @223.5.5.5 +subnet='13.52.132.0/24' upos-sz-mirrorcoso1.bilivideo.com
results in response A:and request B
dig @223.5.5.5 +subnet='222.209.26.0/24' upos-sz-mirrorcoso1.bilivideo.com
results in response B:When I do this test to the server I setup on 127.0.0.1 with dnscrypt-proxy, those different request mentioned above resulted in same response. If request A is sent first, both request A and request B result in response A. If request B is sent first, both request A and request B result in response B.
Is this behavior intentional?
Beta Was this translation helpful? Give feedback.
All reactions