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
13 lines
240 B
Text
13 lines
240 B
Text
|
|
; $FreeBSD$
|
|
|
|
$TTL 3h
|
|
@ SOA localhost. nobody.localhost. 42 1d 12h 1w 3h
|
|
; Serial, Refresh, Retry, Expire, Neg. cache TTL
|
|
|
|
NS localhost.
|
|
|
|
1.0.0 PTR localhost.
|
|
|
|
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR localhost.
|
|
|