2
0
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:
Andreas Gustafsson
2001-02-16 03:07:40 +00:00
parent b4dd47007d
commit adf199832b

View File

@@ -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;
};
};
/*