cfada54fb3
Amongts many new features are the two methods of securing DNS trafic over Transport Layer Security (TLS). TLS is used by both DNS over TLS (DoT) and DNS over HTTPS (DoH). Changes: https://downloads.isc.org/isc/bind9/9.18.0/doc/arm/html/notes.html
14 lines
622 B
Text
14 lines
622 B
Text
GOST
|
|
If using a chrooted instance of BIND on FreeBSD 8.x and 9.x,
|
|
the OpenSSL engines MUST be accessible from within the chroot.
|
|
If BIND is chrooted in /var/named, this can be achieved by
|
|
either copying content of /usr/local/lib/engines into
|
|
/var/named/usr/local/lib/engines, or by creating that directory
|
|
and adding this line to /etc/fstab:
|
|
/usr/local/lib/engines /var/named/usr/local/lib/engines nullfs ro 0 0
|
|
|
|
|
|
START_LATE
|
|
Most of the time, BIND needs to start early in the boot
|
|
process. Enable this if BIND starts too early for you and
|
|
you need it to start later.
|