update to BIND v9.1.0. from release announcement:
--
BIND 9.1.0 has been released. Compared to BIND 9.0, BIND 9.1 has a
number of new features as well as numerous bug fixes and cleanups.
The new features include:
- Many BIND 8 features previously unimplemented in BIND 9,
including domain-specific forwarding, the $GENERATE
master file directive, and the "blackhole", "dialup",
and "sortlist" options
- Forwarding of dynamic update requests; this is enabled
by the "allow-update-forwarding" option
- A new, simplified database interface and a number of
sample drivers based on it; see doc/misc/sdb for details
- Support for building single-threaded servers for
environments that do not supply POSIX threads
- New configuration options: "min-refresh-time",
"max-refresh-time", "min-retry-time", "max-retry-time",
"additional-from-auth", "additional-from-cache",
"notify explicit"
- Faster lookups, particularly in large zones.
2001-01-18 04:32:00 -05:00
|
|
|
; $OpenBSD: named.localhost,v 1.2 2001/01/18 09:32:01 jakob Exp $
|
2000-09-16 03:36:52 -04:00
|
|
|
;
|
|
|
|
$ORIGIN localhost.
|
|
|
|
$TTL 6h
|
|
|
|
;
|
|
|
|
@ IN SOA localhost. postmaster.localhost. (
|
|
|
|
1999061400 ; serial
|
|
|
|
1h ; refresh
|
|
|
|
30m ; retry
|
|
|
|
7d ; expiration
|
|
|
|
1h ) ; minimum
|
|
|
|
;
|
|
|
|
NS localhost.
|
|
|
|
A 127.0.0.1
|