unbound/testdata/edns_cache.tdir/edns_cache.stub1
Ralph Dolmans f30fe71395 - Get ready for the DNS flag day: remove EDNS lame procedure, do not re-query
without EDNS after timeout.


git-svn-id: file:///svn/unbound/trunk@5037 be551aaa-1e26-0410-a405-d3ace91eadb9
2019-01-16 10:23:13 +00:00

33 lines
574 B
Plaintext

; nameserver test file
; this is ::1 and the EDNS working server.
$ORIGIN .
$TTL 3600
; root prime
ENTRY_BEGIN
MATCH opcode qtype qname
REPLY QR AA NOERROR
ADJUST copy_id
SECTION QUESTION
. IN NS
SECTION ANSWER
. IN NS root.server.
SECTION AUTHORITY
SECTION ADDITIONAL
root.server. IN A 127.0.0.1
ENTRY_END
; referral to example.net
ENTRY_BEGIN
MATCH opcode subdomain
REPLY QR NOERROR
ADJUST copy_id copy_query
SECTION QUESTION
example.net. IN A
SECTION AUTHORITY
example.net. IN NS netdns.example.net.
SECTION ADDITIONAL
netdns.example.net. IN A 127.0.0.1
ENTRY_END