mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-15 13:40:49 -04:00
the rrset-order option was missing
This commit is contained in:
parent
b4dd47007d
commit
adf199832b
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue