Should we be setting DNS cache size in Adguard to 0 to allow Unbound to handle caching?
2) Now, if I change the following, I get the reverse behaviour. Inside AdGuards Top Clients, I can see only IPs (no host names), but upstream DNS is now showing up as 108.162.218.241 (Cloudflare).Adguard/DNS Settings:127.0.0.1:53531.1.1.11.0.0.1I've also experiments with a few things to no avail, like:[/168.192.in-addr.arpa/]127.0.0.1:5353[/168.192.in-addr.arpa/]127.0.0.1[/168.192.in-addr.arpa/]192.168.0.1:5353[/168.192.in-addr.arpa/]192.168.0.1Do you have any suggestions what I might be doing wrong?
i followed last in this post https://forum.opnsense.org/index.php?topic=16692.15root@OPNsense:/usr/local/AdGuardHome # ./AdGuardHome -s install2021/07/27 10:02:41 [info] Service control action: install2021/07/27 10:02:41 [fatal] Failed to install AdGuard Home service: Init already exists: /usr/local/etc/rc.d/AdGuardHome
/usr/local/AdGuardHome # ./AdGuardHome -s uninstall / delete possibly? Maybe then also remove the plugin and also /usr/local/AdGuard/Home folder.Then install plugin again, enable and reboot. During reboot watch the console for errors
root@OPNsense:/usr/local/AdGuardHome # ./AdGuardHome -s status2021/07/28 08:59:59 [info] Service control action: status2021/07/28 08:59:59 [fatal] failed to get service status: the service is not installed
Quote from: sp33dy on July 28, 2021, 09:03:53 amroot@OPNsense:/usr/local/AdGuardHome # ./AdGuardHome -s status2021/07/28 08:59:59 [info] Service control action: status2021/07/28 08:59:59 [fatal] failed to get service status: the service is not installedDont do this! I wrote a startup script cause this AdGuardHome -s XXX is a total mess. And thats why AGH is a community plugin and not in the official plugin repo. This -go stuff with their own service control sucks on BSD. You can use this:/usr/local/etc/rc.d/adguardhomeBut if you already ran "-s install" your are lost somewhere in the middle