mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
93a3b5d186
BIND 9.10 includes a number of changes from earlier releases, including: - DNS Response-rate limiting (DNS RRL) - A new "prefetch" option can improve recursive resolver performance - ACLs can now be specified based on geographic location using the MaxMind GeoIP databases. - A new compile-time option, NATIVE_PKCS11 allows the BIND 9 cryptography functions to use the PKCS#11 API natively. *NOTE* This is a release candidate, it may contain bugs. *NOTE* Changes: https://lists.isc.org/pipermail/bind-announce/2014-April/000906.html Sponsored by: Absolight
19 lines
939 B
Plaintext
19 lines
939 B
Plaintext
*************************************************************************
|
|
* _ _____ _____ _____ _ _ _____ ___ ___ _ _ *
|
|
* / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | *
|
|
* / _ \ | | | | | _| | \| | | | | | | | | \| | *
|
|
* / ___ \| | | | | |___| |\ | | | | | |_| | |\ | *
|
|
* /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| *
|
|
* *
|
|
* If you are running BIND 9 in a chroot environment, make *
|
|
* sure that there is a /dev/random device in the chroot. *
|
|
* *
|
|
* BIND 9 also requires configuration of rndc, including a *
|
|
* "secret" key. The easiest, and most secure way to configure *
|
|
* rndc is to run 'rndc-confgen -a' to generate the proper conf *
|
|
* file, with a new random key, and appropriate file permissions. *
|
|
* *
|
|
* The /etc/rc.d/named script in the base will do both for you. *
|
|
* *
|
|
*************************************************************************
|