Re: local-unbound stopped working after upgrade to 13.2

From: Dag-Erling_Smørgrav <des_at_FreeBSD.org>
Date: Tue, 19 Sep 2023 10:37:48 UTC
Doug Hardie <bc979@lafn.org> 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 - des@FreeBSD.org