diff --git a/doc/misc/migration b/doc/misc/migration index 87743432a0..45a1fc7657 100644 --- a/doc/misc/migration +++ b/doc/misc/migration @@ -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 $