mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-12 05:32:42 -04:00
added note about auth-nxdomain warning message
This commit is contained in:
parent
8a690d7c32
commit
7a3d7cb6ce
1 changed files with 8 additions and 1 deletions
|
|
@ -22,6 +22,13 @@ If your named.conf file uses an unimplemented option, named will log a
|
|||
warning message. A message is also logged about each option whose
|
||||
default has changed unless the option is set explicitly in named.conf.
|
||||
|
||||
In particular, if you see a warning message about the default for the
|
||||
"auth-nxdomain" option having changed, you can suppress it by adding
|
||||
one of the following lines to the named.conf options { } block:
|
||||
|
||||
auth-nxdomain no; # conform to RFC1035
|
||||
auth-nxdomain yes; # do what BIND 8 did by default
|
||||
|
||||
1.2. Handling of Configuration File Errors
|
||||
|
||||
In BIND 9, named refuses to start if it detects an error in
|
||||
|
|
@ -148,4 +155,4 @@ see the man pages in doc/man/bin/rndc.1 and doc/man/bin/rndc.conf.5 for
|
|||
details. Many of the ndc commands are still unimplemented in rndc.
|
||||
|
||||
|
||||
$Id: migration,v 1.13 2000/09/18 06:50:35 marka Exp $
|
||||
$Id: migration,v 1.14 2000/09/18 23:41:20 gson Exp $
|
||||
|
|
|
|||
Loading…
Reference in a new issue