What's the actual core of AdGuard's DNS shenanigans? #7702
Unanswered
IngwiePhoenix
asked this question in
Q&A
Replies: 0 comments
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.
-
Basically, I hacked together a CoreDNS configuration that would allow me to resolve subdomains to IPs in my local or VPN network.
And... its kinda not good.
CoreDNS Kubernetes deployment
Like, it works, and it works well - but it feels so insanely hacky and noting out the upstream nameservers is a bit of a pain in the butt.
So I am looking for a better way to do this...and since AdGuard Home is primarily a DNS server, I wanted to know what it u ses, so that I might be able to either use that to realize my plan - or, perhaps, I can even configure AdGuard to do this instead?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions