Closed Daniel15 closed 3 months ago
This happens from time to time even with the "browsing security web service" disabled in settings Lots of users reporting this as well: https://github.com/AdguardTeam/AdGuardHome/issues/6817
Duplicate of #6817.
@rursache, make sure it's disabled is both the global settings and in the custom settings of the client experiencing the issue. If you're sure that it's disabled in these instances, please send the verbose logs as well as the anonymized configuration of your AGH to devteam@adguard.com with a subject line mentioning AdGuard Home.
Duplicate of https://github.com/AdguardTeam/AdGuardHome/issues/6817.
That issue is closed, and doesn't really have much actionable in it. Should I split these into separate issues:
I saw in #6817 that you disagree with the first one. That's fine, but IMO it should be an option in the UI (e.g. "Fail lookup if Browsing Security and Parental Control system is unavailable"). Enable it by default if you like. The second two points are still valid. There's no metrics around this service and it can have some large latency spikes (while testing it, I saw latency spikes of 2-3 seconds).
Prerequisites
[X] I have checked the Wiki and Discussions and found no answer
[X] I have searched other issues and found no duplicates
[X] I want to report a bug and not ask a question or ask for help
[X] I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, AMD64 (aka x86_64)
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.107.52
Action
I noticed that neither of my AdGuard Home servers were responsive. Looking at the logs, there were a large number of failed queries to
family.adguard-dns.com
:I determined that these failing requests were coming from the "Use AdGuard browsing security web service" option. Once I disabled this option, DNS requests started working properly again.
The current failure mode is not ideal because:
I didn't enable this option myself - it was enabled by default. Users of AdGuard Home may not expect that it's hitting a server other than the servers that are explicitly configured as DNS upstreams...
Proposed changes:
Expected result
Working DNS requests
Actual result
Failing DNS requests when
family.adguard-dns.com
is down and "browsing security web service" option is enabledAdditional information and/or screenshots
No response