diff options
Diffstat (limited to 'testdata/fwd_no_edns.tdir/fwd_no_edns.testns')
-rw-r--r-- | testdata/fwd_no_edns.tdir/fwd_no_edns.testns | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testdata/fwd_no_edns.tdir/fwd_no_edns.testns b/testdata/fwd_no_edns.tdir/fwd_no_edns.testns new file mode 100644 index 000000000000..b3742e4a89f1 --- /dev/null +++ b/testdata/fwd_no_edns.tdir/fwd_no_edns.testns @@ -0,0 +1,26 @@ +; nameserver test file +$ORIGIN example.com. +$TTL 3600 + +ENTRY_BEGIN +MATCH opcode qtype qname UDP DO +REPLY QR AA FORMERR +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 UDP +REPLY QR AA NOERROR +ADJUST copy_id +SECTION QUESTION +www IN A +SECTION ANSWER +www IN A 10.20.30.40 +www IN A 10.20.30.41 +www IN A 10.20.30.42 +ENTRY_END + |