-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
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, ARMv7
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.107.58
Action
I use Adguard Home as docker image on a synology nas, both as DNS and DHCP.
As I am using a webserver as well on my machine 10.0.0.250, I need some local dns rewrite for my domain and subdomains, let's call it mydomain.com
To avoid conflicts I use a custom rule:
\mydomain.com^$client=10.0.0.0/8, dnsrewrite=NOERROR;A;10.0.0.250
With the last update this broke: the rule isn't used any longer as clearly visible in the logs. All requests (regardsless local or outside) will be redirected to the DNS ip - which in my case breaks internal use of the domains.
Thx for checking.
Feel free to ask any questions.
Expected result
Local rewrite and log entry
Actual result
no rewrite
Additional information and/or screenshots
No response