mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
DNS rewrites not work #1245
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#1245
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 @Expert73 on GitHub (Jan 7, 2020).
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Issue Details
Expected Behavior
Actual Behavior
Screenshots
Screenshot:
Additional Information
DNS rewrites not work. I am trying to redirect a test.com entry to a local resource 192.168.1.99. And it does not work
@ameshkov commented on GitHub (Jan 8, 2020):
To troubleshoot this issue we need to see AdGuard Home logs.
log_fileverbosetoTrue@szolin commented on GitHub (Jan 17, 2020):
test.com -> 192.168.1.99in UInslookupand show us the output.Please reopen the task then.
@igrybkov commented on GitHub (Jan 26, 2022):
just in case somebody would come here from google, somehow I've got
filtering_enabledset tofalsein the config and this was the reason for me. Changed it tofiltering_enabled: trueand everything works now.