mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Normalize all blocked hosts to return 0.0.0.0 #4317
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#4317
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 @xPaw on GitHub (Mar 14, 2023).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
Description
What problem are you trying to solve?
Some block lists use
127.0.0.1instead of0.0.0.0for their entries, which is mildly annoying to see my localhost on blocked domains.For example:
Furthermore, if different block lists use different IPs, it duplicates both in the dns lookup:
Proposed solution
Replace all blocked host ips to
0.0.0.0.I can't think of any valid reason as to why the original ip provided by the block list is used. Does adguard have an allow list of which ips are allowed?
Alternatives considered
Additional information
@xPaw commented on GitHub (Mar 14, 2023):
I just realized there is a Blocking mode option in DNS settings.