Doug Hardie <[email protected]> writes:
> The only issue I encountered with local unbound some years ago was it
> didn't support local-zone which I needed.
It does. Just put it in a separate file in /var/unbound/conf.d/. You
may need to adjust your access control settings as well. For instance,
I use this to allow local-unbound on my desktop computer to also serve
NATed bhyve VMs:
% cat /var/unbound/conf.d/access-control.conf
server:
interface: 127.0.0.1
access-control: 127.0.0.0/24 allow
interface: 192.168.144.1
access-control: 192.168.144.0/24 allow
DES
--
Dag-Erling Smørgrav - [email protected]