summaryrefslogtreecommitdiff
path: root/bin/tests/system/inline/ns3/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/system/inline/ns3/named.conf')
-rw-r--r--bin/tests/system/inline/ns3/named.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/tests/system/inline/ns3/named.conf b/bin/tests/system/inline/ns3/named.conf
index 346d2b02..acde7ba2 100644
--- a/bin/tests/system/inline/ns3/named.conf
+++ b/bin/tests/system/inline/ns3/named.conf
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -34,6 +34,7 @@ options {
notify yes;
try-tcp-refresh no;
notify-delay 0;
+ allow-new-zones yes;
};
zone "bits" {
@@ -94,3 +95,11 @@ zone "retransfer" {
auto-dnssec maintain;
file "retransfer.bk";
};
+
+zone "nsec3" {
+ type master;
+ inline-signing yes;
+ auto-dnssec maintain;
+ allow-update { any; };
+ file "nsec3.db";
+};