summaryrefslogtreecommitdiff
path: root/bin/tests/system/forward/ns1/named.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/system/forward/ns1/named.conf.in')
-rw-r--r--bin/tests/system/forward/ns1/named.conf.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/tests/system/forward/ns1/named.conf.in b/bin/tests/system/forward/ns1/named.conf.in
index 282e76bb..b195ec93 100644
--- a/bin/tests/system/forward/ns1/named.conf.in
+++ b/bin/tests/system/forward/ns1/named.conf.in
@@ -60,3 +60,23 @@ zone "sld.tld" {
zone "example6" {
type forward;
};
+
+zone "diditwork.net" {
+ type primary;
+ file "diditwork.net.db";
+};
+
+zone "spoofed.net" {
+ type primary;
+ file "spoofed.net.db";
+};
+
+zone "sub.local.net" {
+ type primary;
+ file "sub.local.net.db";
+};
+
+zone "net.example.lll" {
+ type master;
+ file "net.example.lll";
+};