Re: local-unbound

From: John Levine <johnl_at_iecc.com>
Date: Sat, 08 Jun 2024 10:24:22 UTC
It appears that Edward Sanford Sutton, III <mirror176@hotmail.com> said:
>On 6/7/24 14:44, LuMiWa wrote:
>> Hi!
>> 
>> I am using unbound from ports for recursive caching DNS, TCP port 853.
>> For my need will be local-unbound more than enough and I like avoid
>> applications if I included in the system.
>> I didn't find so much settings for local-unbound and my question is

Look at /etc/rc.d/local_unbound to see what the rc settings are:

: ${local_unbound_workdir:=/var/unbound}
: ${local_unbound_config:=${local_unbound_workdir}/unbound.conf}
: ${local_unbound_flags:="-c ${local_unbound_config}"}
: ${local_unbound_forwardconf:=${local_unbound_workdir}/forward.conf}
: ${local_unbound_controlconf:=${local_unbound_workdir}/control.conf}
: ${local_unbound_anchor:=${local_unbound_workdir}/root.key}
: ${local_unbound_forwarders:=}
: ${local_unbound_tls:=}
: ${local_unbound_pidfile:=${pidfile}}

If you're wondering what they do, look at the script.  It's not very long.