summaryrefslogtreecommitdiff
path: root/testdata/stream_tcp.tdir/stream_tcp.testns
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/stream_tcp.tdir/stream_tcp.testns')
-rw-r--r--testdata/stream_tcp.tdir/stream_tcp.testns34
1 files changed, 34 insertions, 0 deletions
diff --git a/testdata/stream_tcp.tdir/stream_tcp.testns b/testdata/stream_tcp.tdir/stream_tcp.testns
new file mode 100644
index 000000000000..fefbcc767a09
--- /dev/null
+++ b/testdata/stream_tcp.tdir/stream_tcp.testns
@@ -0,0 +1,34 @@
+; 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 NOERROR
+ADJUST copy_id
+SECTION QUESTION
+www2 IN A
+SECTION ANSWER
+www2 IN A 10.20.30.42
+ENTRY_END
+
+ENTRY_BEGIN
+MATCH opcode qtype qname
+REPLY QR AA NOERROR
+ADJUST copy_id
+SECTION QUESTION
+www3 IN A
+SECTION ANSWER
+www3 IN A 10.20.30.43
+ENTRY_END
+