Skip site navigation (1)Skip section navigation (2)
Date:      8 Jun 2024 12:24:22 +0200
From:      "John Levine" <johnl@iecc.com>
To:        freebsd-questions@freebsd.org
Cc:        mirror176@hotmail.com
Subject:   Re: local-unbound
Message-ID:  <20240608102423.73FDA8CBB587@ary.iecc.com>
In-Reply-To: <CO1PR11MB47701664AD46BB07C72B5E05E6FB2@CO1PR11MB4770.namprd11.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20240608102423.73FDA8CBB587>