summaryrefslogtreecommitdiff
path: root/testdata/05-asynclook.tdir/05-asynclook.testns
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/05-asynclook.tdir/05-asynclook.testns')
-rw-r--r--testdata/05-asynclook.tdir/05-asynclook.testns35
1 files changed, 35 insertions, 0 deletions
diff --git a/testdata/05-asynclook.tdir/05-asynclook.testns b/testdata/05-asynclook.tdir/05-asynclook.testns
new file mode 100644
index 000000000000..6245ae164172
--- /dev/null
+++ b/testdata/05-asynclook.tdir/05-asynclook.testns
@@ -0,0 +1,35 @@
+; nameserver test file
+$ORIGIN example.com.
+$TTL 3600
+
+; for priming query
+ENTRY_BEGIN
+MATCH opcode qtype qname
+REPLY QR AA NOERROR
+ADJUST copy_id
+SECTION QUESTION
+@ IN NS
+SECTION ANSWER
+@ IN NS 127.0.0.1
+ENTRY_END
+
+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 NOERROR
+ADJUST copy_id
+SECTION QUESTION
+www2 IN A
+SECTION ANSWER
+www2 IN A 10.20.30.42
+ENTRY_END
+