mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
ERR_NAME_NOT_RESOLVED on my.tabnine.com in DNS over TLS on Android #3023
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#3023
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LagSeeN on GitHub (Sep 7, 2021).
Prerequisites
Issue Details
Step
I try to change DNS to google it can access this website (DNS over TLS)
I try to use DNS over HTTPS client on my android phone it can access this website
I try to use plaintext DNS on my android phone it can access this website
I try to use DNS over TLS on another android phone it can't access this website show ERR_NAME_NOT_RESOLVED
My Setting
Upstream DNS servers : https://dns.google/dns-query
Bootstrap DNS servers : 8.8.8.8 , 8.8.4.4
Screenshots
Screenshot:
@ainar-g commented on GitHub (Sep 8, 2021):
Hello and thank you for your report. We have a couple of questions:
Are you using ClientIDs in DoT? That is, do you set it to
yourdomain.localor toclient-123.yourdomain.local?Same with DoH (which, as far as I could tell, still works?). Do you set the DNS address to
https://yourdomain.local/dns-queryor tohttps://yourdomain.local/dns-query/client-123?Can you see the queries in the query log?
Are any other websites affected?
Thanks!
@LagSeeN commented on GitHub (Sep 8, 2021):
client-123.yourdomain.localbut I tryyourdomain.localit same resulthttps://yourdomain.local/dns-query/client-123it work can access this website@ainar-g commented on GitHub (Sep 21, 2021):
Sorry for the long time between responses. Are you sure that there aren't any additional DNS filters on your Android phone that could interfere here?
If there aren't any, please configure your AdGuard Home to collect logs by setting
verbosetotrue, reproduce the issue (that is, make a request to the website from your Android phone), and send the logs to us at devteam@adguard.com. Please add the words “AdGuard Home Issue 3562” to the subject line. Thanks!@LagSeeN commented on GitHub (Sep 21, 2021):
Sending logs has been completed.
I checked my phone and it's set to only use DNS over TLS, and there's no block in the query log in AdGuard Home.
@ainar-g commented on GitHub (Sep 22, 2021):
Thanks! We have received the logs, but unfortunately we don't see anything wrong there. We will keep trying to reproduce it, but at this point I doubt that this is an AGH issue, to be honest.
@LagSeeN commented on GitHub (Sep 22, 2021):
Thanks I found one website that had a problem.
domain
acs.cimbthai.comand I found that if I disable IPv6 address resolving, the site can still be accessed. However, my network supports IPv6, so this is not the best practice. Now I configured DNS rewrites IPv6 to ::1 to disable IPv6 answer for only the site that had a problem.but my.tabnine.com and acs.cimbthai.com had only A record idk why my phone wait AAAA record but with dns.google no problem