Bind 9 Administrator Reference Manual

Chapter 6. BIND 9 Configuration Reference
success The number of successful queries made to the server or
zone. A successful query is defined as query which returns a
NOERROR response other than a referral response.
referral The number of queries which resulted in referral
responses.
nxrrset The number of queries which resulted in NOERROR
responses with no data.
nxdomain The number of queries which resulted in NXDOMAIN
responses.
recursion The number of queries which caused the server to
perform recursion in order to find the final answer.
failure The number of queries which resulted in a failure
response other than those above.
6.2.15. server Statement Grammar
server ip_addr {
[ bogus yes_or_no ; ]
[ provide-ixfr yes_or_no ; ]
[ request-ixfr yes_or_no ; ]
[ edns yes_or_no ; ]
[ transfers number ; ]
[ transfer-format ( one-answer | many-answers ) ; ]]
[ keys { string ; [ string ; [...]] } ; ]
};
6.2.16. server Statement Definition and Usage
The server statement defines characteristics to be associated with a remote nameserver.
The server statement can occur at the top level of the configuration file or inside a view statement. If a
view statement contains one or more server statements, only those apply to the view and any top-level
ones are ignored. If a view contains no server statements, any top-level server statements are used as
defaults.
78