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

3261. [func] RRset ordering now defaults to random. [RT #27174]

This commit is contained in:
Evan Hunt
2012-01-06 19:00:13 +00:00
parent fb6e4a9177
commit 19c4187e35
3 changed files with 9 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.121 2011/08/30 23:46:51 tbox Exp $ */
/* $Id: config.c,v 1.122 2012/01/06 19:00:12 each Exp $ */
/*! \file */
@@ -90,7 +90,7 @@ options {\n\
"\
recursive-clients 1000;\n\
resolver-query-timeout 30;\n\
rrset-order {type NS order random; order cyclic; };\n\
rrset-order { order random; };\n\
serial-queries 20;\n\
serial-query-rate 20;\n\
server-id none;\n\