Skip to content

DNS rewrite via rules with v0.107.58 no longer working #7708

@webwude

Description

@webwude

Prerequisites

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions