-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google DNS Refused AAAA queries from IPv6 clients #3887
Comments
Hello. At first sight, this looks like either a GoogleDNS issue or an ISP issue, to be honest. Can you check if making such requests from these machines also results in a dig 'fpc.msedge.net' '8.8.8.8' And: dig +dnssec 'fpc.msedge.net' '8.8.8.8' |
I see. What if you explicitly request the dig +dnssec @'8.8.8.8' 'fpc.msedge.net' AAAA IN |
You could also try one of the v0.107 betas to see if that improves the situation, but other than that we don't have any other ideas, unfortunately. I'll leave the issue open with the “help needed” label, and perhaps someone who solved a similar issue could shed some light. |
@vNa3006, thank you for the tests! We have a theory. Do you have the “Enable EDNS client subnet” option on? Does the problem still persist if you disable it? |
@ainar-g, yes I have the “Enable EDNS client subnet” option on. |
I see. It's probably a bug in one of our libraries then. @EugeneOne1, please investigate. |
Merge in DNS/dnsproxy from 3887-fix-edns to master Updates AdguardTeam/AdGuardHome#3887. Squashed commit of the following: commit b4d5393 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Dec 14 13:12:29 2021 +0300 proxy: imp docs commit f25b898 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Dec 13 16:45:58 2021 +0300 proxy: fix ecs length
@vNa3006, hello again. This should be fixed as of latest edge build. Could you please install it and check if IPv6 clients now getting their responses? |
@EugeneOne1 It's working on the edge version. Thanks. |
@vNa3006, I'll close the issue for now. Thanks for testing! |
Merge in DNS/adguard-home from 3887-ecs-length to master Updates AdguardTeam#3887. Squashed commit of the following: commit cfd454f Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Dec 14 13:23:42 2021 +0300 all: upd dnsproxy
Hello,
I'm running AdGuardHome version: v0.106.3
While AAAA queries work for IPv6 clients if using Quad 9, Cloudflare as upstream DNS. It doesn't work with Google DNS
Anyone has the same problems? Is there any workaround to get it works?
Thanks.
The text was updated successfully, but these errors were encountered: