mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:40:00 -04:00
added minimal-responses option
This commit is contained in:
parent
d911284333
commit
fca63ccd84
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: options,v 1.62 2001/03/07 23:37:15 gson Exp $
|
||||
$Id: options,v 1.63 2001/03/14 22:14:38 gson Exp $
|
||||
|
||||
This is a summary of the implementation status of the various named.conf
|
||||
options in BIND 9.
|
||||
|
|
@ -121,6 +121,7 @@ options {
|
|||
[ additional-from-auth yes_or_no; ] Yes*
|
||||
[ additional-from-cache yes_or_no; ] Yes*
|
||||
[ random-device path_name; ] Yes*
|
||||
[ minimal-responses yes_or_no; ] Yes*
|
||||
};
|
||||
|
||||
acl Yes@
|
||||
|
|
@ -284,4 +285,5 @@ view "view_name" [ ( in | hs | hesiod | chaos ) ] { Yes*
|
|||
[ max-refresh-time number ; ] Yes*
|
||||
[ min-retry-time number ; ] Yes*
|
||||
[ max-retry-time number ; ] Yes*
|
||||
[ minimal-responses yes_or_no; ] Yes*
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue