mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
the rrset-order option was missing
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.52 2001/02/09 00:08:23 gson Exp $ */
|
||||
/* $Id: named.conf,v 1.53 2001/02/16 03:07:40 gson Exp $ */
|
||||
|
||||
/*
|
||||
* This is a worthless, nonrunnable example of a named.conf file that has
|
||||
@@ -198,6 +198,11 @@ options {
|
||||
|
||||
tkey-domain "foo.com";
|
||||
tkey-dhkey "xyz" 666 ;
|
||||
|
||||
rrset-order {
|
||||
class IN type A name "foo" order random;
|
||||
order cyclic;
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user