DNS IPv4 Rewrite (Discard AAAA) for CNAME Domains #6984
Unanswered
moremorefaito
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I was also encountered same problem. Assume I have domain1.lan and domain2.lan Then I'm gonna write rules with this syntax: The expected changes result should be:
Not this:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello! After reading Docs, I still cannot figure out how to:
By default,
2024.aclweb.org
CNAMEs toacl-org.github.io
.Lots of domains CNAME to
*.github.io
, and I want to specify185.199.111.153
for all domains CNAME to*.github.io
. (Due to some reaons, I have to connect via IPv4 only for this domain specially.)I tried
||github.io^$dnstype=CNAME,dnsrewrite=185.199.111.153
in AdGuard Home Settings, finding that doesn't work.Is there a method to specify an IP Address for domains and CNAME domains? There are hundreds of domains which CNAME to
*.github.io
, thus I could not specify them to185.199.111.153
one by one manually.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions