diff options
Diffstat (limited to 'testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.testns')
-rw-r--r-- | testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.testns | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.testns b/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.testns new file mode 100644 index 000000000000..e1d82a038f9b --- /dev/null +++ b/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.testns @@ -0,0 +1,20 @@ +; nameserver test file +$ORIGIN example.com. +$TTL 3600 + +ENTRY_BEGIN +MATCH opcode qtype qname +REPLY QR AA NOERROR +ADJUST copy_id +SECTION QUESTION +; WEIRD CAPS! ; probably not the query! +WwWabcdefghijklmnopqrstuvwxyzWwW.ExAMPLE.CoM. IN A +SECTION ANSWER +wWwABCDEFGHIJKLMNopqrstuvwxyzWwW.ExAMPLE.CoM. IN A 10.20.30.40 +SECTION AUTHORITY +example.com. IN NS ns1.example.com. +example.com. IN NS ns2.example.com. +SECTION ADDITIONAL +ns1.example.com. IN A 1.2.3.4 +ENTRY_END + |