forked from Lainports/freebsd-ports
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
11 lines
172 B
Text
11 lines
172 B
Text
|
|
; $FreeBSD$
|
|
|
|
$TTL 3h
|
|
localhost. SOA localhost. nobody.localhost. 42 1d 12h 1w 3h
|
|
; Serial, Refresh, Retry, Expire, Neg. cache TTL
|
|
|
|
NS localhost.
|
|
|
|
A 127.0.0.1
|
|
AAAA ::1
|