BIND 9.3.2 Release Notes
The masters_list option specifies one or more IP addresses of master servers, which
the slave can contact to update its copy of the zone. The masters_list elements can
also be names of other master lists. This list can be used in the masters clause in the
zone statement.
Following is a sample acl statement that assigns a symbolic name to an address match
list:
acl acl1 {
15.70.190.186; 15.70.190.115;
};
Following is a sample zone statement with the masters clause:
zone "example.com" {
type slave;
masters {acl1;};
file "db.example";
};
Where:
acl1 specifies the name of the list of master name servers.
New Options in the options Statement
Table 1-3 lists the new options added in the options statement.
Table 1-3 New Options in the Options Statement
DescriptionOption
Identifies the host name of the anycast named server that answers the
query
hostname
Identifies the server ID of the anycast named server that answers the
query
server-id
Specifies the location of the public and private key files if the current
directory is not the working directory
key-directory
Specifies the pathname of the file where the server writes memory
usage statistics upon exit. The default file is named.memstats.
memstatistics-file
Specifies whether any pending zone writes must be flushed when the
name server exits because of a SIGTERM signal. The default value is
no.
flush-zones-on-shutdown
Specifies the list of IPv4 and IPv6 UDP ports that are not used as
system assigned source ports for UDP sockets.
The default value depends on the usage area. For master zones, the
default value is fail. For slave zones, the default value is warn. For
an answer (response) received from the network, the default value is
ignore.
check-names
BIND 9.3.2 Features 9