Replies: 1 comment 2 replies
-
Theoretically, something like this should work: ||mydomain.com^$client=~10.0.0.0/8,dnsrewrite=NOERROR;A;12.34.56.78
||mydomain.com^$client=10.0.0.0/8,dnsrewrite=NOERROR;A;10.0.0.250 https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists#client |
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.
-
Hi.
I am using Adguard Home for quite some time now. I managed with reverse proxy to enable an access outside my LAN with HTTPS and certificates and even DNS over TLS with Android phones works.
The problem that I am facing:
I use rewrites to let mydomain point to my server in my local network:
*.mydomain.com points to 10.0.0.250
which is working fine at home.
As soon as I am using DNS over TLS on my phone outside my LAN (e.g. with mobile data) the DNS resolver still tries to reroute it to 10.0.0.250 - which is not accessible outside my LAN.
Is there a way to disable rewrite if the IP is outside my LAN? This would be very handy.
Best regards
w.
Beta Was this translation helpful? Give feedback.
All reactions