mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Unblocking problem #680
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#680
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 @Onepamopa on GitHub (May 6, 2019).
Version 0.95-hotfix.
Unblocking a domain causes AdGuard to return "NXDOMAIN" instead of the normal record.
Tried restarting it - no help.
Custom filter:
@@||data.mistat.intl.xiaomi.com^$important
Query AdGuard:
nslookup data.mistat.intl.xiaomi.com 127.0.0.1
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find data.mistat.intl.xiaomi.com: NXDOMAIN
Query ISP DNS:
nslookup data.mistat.intl.xiaomi.com
Server: 84.43.191.252
Address: 84.43.191.252#53
Non-authoritative answer:
Name: data.mistat.intl.xiaomi.com
Address: 161.117.94.82
Name: data.mistat.intl.xiaomi.com
Address: 161.117.97.84
Name: data.mistat.intl.xiaomi.com
Address: 161.117.71.89
Name: data.mistat.intl.xiaomi.com
Address: 161.117.96.220
Name: data.mistat.intl.xiaomi.com
Address: 161.117.71.92
Name: data.mistat.intl.xiaomi.com
Address: 161.117.97.83
@Onepamopa commented on GitHub (May 8, 2019):
I think that was actually related to the dns server currently in use (it was the adguard one).
Changed to cloudflare+google, no troubles.