mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
AdGuardHome keep trying to use [::1]:5353 to resolve domain. #5896
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#5896
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 @fernvenue on GitHub (Feb 3, 2026).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
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
GitHub releases or script from README
Setup
Other (please mention in the description)
AdGuard Home version
v0.107.71
Action
AdGuardHome’s self-update check fails, and updating the block lists also fails. Checking the backend logs shows that AdGuardHome is attempting to resolve via
[::1]:5353instead of the system-defined DNS servers. This issue occurs when AdGuardHome tries to handle services related to itself, while AdGuardHome continues to use the DNS server configuration in itsAdGuardHome.yamlwhen resolving user requests. I am certain that the system DNS is not[::1]:5353, nor is it using services such assystemd-resolved, and other services are working normally.Expected result
AdGuardHome should respect and use the system DNS instead of trying to use
[::1]:5353for resolution.Actual result
AdGuardHome actually always tries to use
[::1]:5353for resolution.Additional information and/or screenshots
Realted logs:
And: