From fca63ccd84217de6ed5f29a7a4b7900ab0778202 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 14 Mar 2001 22:14:38 +0000 Subject: [PATCH] added minimal-responses option --- doc/misc/options | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/misc/options b/doc/misc/options index 7301bec013..41e3ee6969 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -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* };