2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

1380. [func] 'rndc recursing' dump recursing queries to

'recursing-file = "named.recursing";'.
This commit is contained in:
Mark Andrews
2002-09-10 04:45:54 +00:00
parent 798c83548f
commit a9ae9d743c
11 changed files with 107 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: namedconf.c,v 1.8 2002/07/29 06:58:46 marka Exp $ */
/* $Id: namedconf.c,v 1.9 2002/09/10 04:45:54 marka Exp $ */
#include <config.h>
@@ -493,6 +493,7 @@ options_clauses[] = {
{ "named-xfer", &cfg_type_qstring, CFG_CLAUSEFLAG_OBSOLETE },
{ "pid-file", &cfg_type_qstringornone, 0 },
{ "port", &cfg_type_uint32, 0 },
{ "recursing-file", &cfg_type_qstring, 0 },
{ "random-device", &cfg_type_qstring, 0 },
{ "recursive-clients", &cfg_type_uint32, 0 },
{ "serial-queries", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },