private-address: 10.0.0.0/8
; <<>> DiG 9.18.5 <<>> dishy.starlink.com @8.8.8.8;; global options: +cmd;; Got answer:;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20484;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1;; OPT PSEUDOSECTION:; EDNS: version: 0, flags:; udp: 512;; QUESTION SECTION:;dishy.starlink.com. IN A;; ANSWER SECTION:dishy.starlink.com. 474 IN A 192.168.100.1;; Query time: 2 msec;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP);; WHEN: Wed Aug 17 19:32:00 EDT 2022;; MSG SIZE rcvd: 63
You can still add custom configuration to Unbound in a supported way:https://docs.opnsense.org/manual/unbound.html#advanced-configurations
In Unbound -> Blocklists, there is the option to set private-domains and insecure-domains. These do not apply only to blocklists and are global instead. Make sure you manually restart Unbound after Downloading & Applying.
if (!isset($config['system']['webgui']['nodnsrebindcheck']))
But if anyone knows where `$config['system']['webgui']['nodnsrebindcheck']` comes from and where I can configure it persistently, I would trade good vibes for that information.