mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
[DNS-rewrite] - add the possibility to always apply it even when protection is off #2050
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#2050
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 @scachemaille on GitHub (Oct 21, 2020).
Problem Description
Actually I use the DNS-rewrite option to be able to access different services with my FQDN that point to my external IP, because my router does not support reverse-NAT (access to my internal IP with my external IP and port forwarding).
I use the DNS-rewrite that map all the different service of my domain to the corresponding IP in my internal network,
The problem is if I turn off ADH protection, it also disable the DNS-rewrite entry and then all my service are resolved by external DNS and give my external IP then it does not work.
Proposed Solution
To have the possibility to have fix DNS-rewrite that are still applied when protection is off.
for me the DNS-rewrite looks more like a local DNS than a custom filtering. and I don't understand why it's deactivate when the protection is off. PiHole does not deactivate this option when we disable the protection. 🤔
@Aikatsui commented on GitHub (Oct 24, 2020):
Duplicate of #1558
@ameshkov commented on GitHub (Oct 26, 2020):
Merged into https://github.com/AdguardTeam/AdGuardHome/issues/1558