I was looking into the AdGuard Home queries and saw .local and .localdomain with processed NXDOMAIN.Is it normal to have those queried to outside dns (in my case cloudflare)Is there a way to have those queried only locally?
/wpad[.]([a-z0-9.])*/$dnsrewrite=NXDOMAIN;;
thnx for that tip.But I see also domains like wpad.localdomain and api.wordpress.org.localdomain etc.So I just tried a custom filtering rule (block):||*.local^$important||*.localdomain^$importantdon't know what is better?On further thought... maybe I can better add [/localdomain/]192.168.1.1:5353 to the Upstream DNS server
Why not use the plugin version? Works great, including updates :-)But For your unbound: have you tried setting unbound to port 5353 and adguard on port 53?and in Adguard dns settings: Bootstrap DNS servers and Private reverse DNS servers pointing to opnsenseip:5353That's my setting.