update to 9.7.2rc1
[tridge/bind9.git] / bin / tests / system / dnssec / ns2 / named.conf
index 3160413010a5839743e26fa96aa33e93437fa73e..c67e119d35f95a4bd69049a4fd7967ec85de1275 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2008, 2010  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.30 2008/09/25 04:02:38 tbox Exp $ */
+/* $Id: named.conf,v 1.30.268.2 2010/08/13 23:46:28 tbox Exp $ */
 
 // NS2
 
@@ -80,4 +80,10 @@ zone "child.optout.example" {
        allow-update { none; };
 };
 
+
+zone "badparam" {
+       type master;
+       file "badparam.db.bad";
+};
+
 include "trusted.conf";