Replies: 1 comment
-
This is happening to me as well. When I use NSLOOKUP, the result comes from Cloudflare (1.1.1.1). The Rewrite is ignored. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm experiencing an issue with DNS rewrites not being applied in AdGuard Home (running in Docker).
I have configured several DNS rewrite rules in the AdGuard UI, for example:
portainer.home.paradize.io
→10.0.0.112
traefik.home.paradize.io
→10.0.0.112
However, when I query AdGuard directly, I still receive the public IP instead of the rewritten local IP.
Here's an example test:
I checked the Query Log, and the request is processed by AdGuard, but the rewrite rule doesn't seem to be applied.
I’ve already tried:
*
on port 53)ss -tulpen
What could cause AdGuard Home to ignore the rewrite?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions