Replies: 1 comment 2 replies
-
AGH in general does not currently follow CNAME chains. There are some exceptions, such as the legacy rewrite mechanism, but they're inconsistent. If you want to build a kind of your own DNS zone, it's better to use a list with |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 DNS rewrites.
reverse-proxy-server-1.lan -> 192.168.1.61
*.mydomain.com -> reverse-proxy-server-1.lan
If a
A
query is made totest.mydomain.com
then Adguard answer withtest.mydomain.com
->reverse-proxy-server-1.lan
reverse-proxy-server-1.lan
->192.168.1.61
But if an
HTTPS
(type 65) query is made then adguard answers withtest.mydomain.com
->reverse-proxy-server-1.lan
(In this case the Authorative Nameservers field is also given)
but it doesnt give
reverse-proxy-server-1
.lan IP.Is this normal or is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions