BIND 9.2.0 Release Notes
Table Of Contents
- 1 New Features
- BIND 8.1.2 Features Supported on HP-UX 11.0
- New BIND 9.2.0 Features
- Incremental Zone Transfer
- DNS Security
- Dynamic DNS Update
- TSIG-Based Security
- Lightweight Resolver Library and Daemon
- Improved Logging Mechanism
- Extended Configuration Syntax and Options
- New Options in options Statement
- New Option in “server” Statement
- New Options in “zone” Statement
- named-checkconf
- named-checkzone
- rndc
- Generating rndc.conf File
- New Command Line Options
- Changed Features
- Unsupported Features
- 2 Installation Information
- 3 Documentation
- 4 Known Problems, Limitation and Defect Fixes

New Features
Changed Features
Chapter 128
Changed Features
This section describes the changed features in BIND 9.2.0.
HP-specific Options
The following lists the HP-specific options added in BIND 9.2.0:
• noforward
This option cannot be specified in “options” statement in BIND
9.2.0. Instead, forwarding can be suppressed by including an empty
forwarders sub-statement as shown in the following example:
options {
forwarders { 192.249.249.1; };
}
zone “hp.com” {
type slave;
masters { 192.249.249.4; };
file “db.hp”;
forwarders { };
}
This will suppress queries like “foo.india.hp.com” from being
forwarded to nameservers at 192.249.249.1.
NOTE Forwarding to the nameservers available in the delegation information
cannot be suppressed using an empty forwarders sub-statement.
• alias-ip
This option is now no longer supported. Use the “listen-on” option
of the “Options” statement to implement the alias-ip option.
•
• auth-nxdomain yes/no