You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all. I have a situation in which I want to define a custom private A record and have a custom CNAME pointing to it.
For example:
foo.example.com => 10.0.0.1
bar.example.com => foo.example.com
In PiHole this seems straightforward to achieve.
In AdguardHome if I set it up using the "DNS rewrites" interface, querying A for bar.example.com returns the CNAME, but querying AAAA returns NXDOMAIN which will cause issues on the client side;
If I set it up using the "Custom filtering rules", such as:
I get NXDOMAIN when querying for bar.example.com regardless of the query being A or AAAA.
Issues #4485 and #6201 may be relevant. The "DNS rewrites" behaviour seems like a bug to me, but if that interface is bound to be deprecated I will not bother filing an issues. Any feedback is welcome.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all. I have a situation in which I want to define a custom private A record and have a custom CNAME pointing to it.
For example:
In PiHole this seems straightforward to achieve.
In AdguardHome if I set it up using the "DNS rewrites" interface, querying
A
forbar.example.com
returns theCNAME
, but queryingAAAA
returnsNXDOMAIN
which will cause issues on the client side;If I set it up using the "Custom filtering rules", such as:
I get
NXDOMAIN
when querying forbar.example.com
regardless of the query beingA
orAAAA
.Issues #4485 and #6201 may be relevant. The "DNS rewrites" behaviour seems like a bug to me, but if that interface is bound to be deprecated I will not bother filing an issues. Any feedback is welcome.
Beta Was this translation helpful? Give feedback.
All reactions