diff options
Diffstat (limited to 'bin/tests/system/dnssec/ns3/named.conf')
-rw-r--r-- | bin/tests/system/dnssec/ns3/named.conf | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/bin/tests/system/dnssec/ns3/named.conf b/bin/tests/system/dnssec/ns3/named.conf index 7af0bd66..dfb7f92a 100644 --- a/bin/tests/system/dnssec/ns3/named.conf +++ b/bin/tests/system/dnssec/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006-2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006-2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.38.86.3 2011-02-15 22:06:27 marka Exp $ */ +/* $Id: named.conf,v 1.38.86.7 2011-03-21 01:06:50 marka Exp $ */ // NS3 @@ -192,4 +192,25 @@ zone "auto-nsec3.example" { file "auto-nsec3.example.db.signed"; }; +zone "insecure.below-cname.example" { + type master; + file "insecure.below-cname.example.db"; +}; + +zone "secure.below-cname.example" { + type master; + file "secure.below-cname.example.db.signed"; +}; + +zone "ttlpatch.example" { + type master; + file "ttlpatch.example.db.patched"; +}; + +zone "nsec3chain-test" { + type slave; + file "nsec3chain-test.bk"; + masters { 10.53.0.2; }; +}; + include "trusted.conf"; |