summaryrefslogtreecommitdiff
path: root/testdata/09-unbound-control.tdir/09-unbound-control.testns
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/09-unbound-control.tdir/09-unbound-control.testns')
-rw-r--r--testdata/09-unbound-control.tdir/09-unbound-control.testns22
1 files changed, 22 insertions, 0 deletions
diff --git a/testdata/09-unbound-control.tdir/09-unbound-control.testns b/testdata/09-unbound-control.tdir/09-unbound-control.testns
new file mode 100644
index 000000000000..0c911ca5b30e
--- /dev/null
+++ b/testdata/09-unbound-control.tdir/09-unbound-control.testns
@@ -0,0 +1,22 @@
+; nameserver test file
+$ORIGIN example.com.
+$TTL 3600
+
+ENTRY_BEGIN
+MATCH opcode qtype qname
+REPLY QR AA NOERROR
+ADJUST copy_id
+SECTION QUESTION
+www IN A
+SECTION ANSWER
+www IN A 10.20.30.40
+ENTRY_END
+
+ENTRY_BEGIN
+MATCH opcode qtype qname
+REPLY QR AA SERVFAIL
+ADJUST copy_id
+SECTION QUESTION
+www.example.net. IN A
+ENTRY_END
+