Quote from: Heliox on April 08, 2023, 07:28:33 PMQuote from: netlab on March 26, 2023, 12:58:06 AMHey Jay10,
I have same exact situation where DNS is working everywhere else except local opnsense host. What have you done to resolve ? You mentioned you are using same setting but did multiple time reinstallation?
Thanks for this thread otherwise I was scratching my head.
I faced the same problem. I had to change the bind_host to
dns:
bind_hosts:
- 0.0.0.0
in /usr/local/AdGuardHome/AdGuardHome.yaml.
(also tried all other changes suggested here, didn't work)
Sorry to revive this but I recently installed OPNsense with AdGuard Home + Unbound. I started having this same issue afterwards and I swear I checked everything I could think of. But then I found this post and boom problem solved. Changed the bind hosts and things worked like a charm. Thank you so much for the help!