mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-26 17:49:55 -05:00
testbound can pass config options from replay file to unbound. git-svn-id: file:///svn/unbound/trunk@199 be551aaa-1e26-0410-a405-d3ace91eadb9
20 lines
391 B
Text
20 lines
391 B
Text
; config options go here.
|
|
CONFIG_END
|
|
SCENARIO_BEGIN Forwarder and a timeout happens on server query.
|
|
STEP 1 QUERY
|
|
ENTRY_BEGIN
|
|
SECTION QUESTION
|
|
www.example.com. IN A
|
|
ENTRY_END
|
|
; But the pending query times out!
|
|
STEP 2 TIMEOUT
|
|
; returns servfail
|
|
STEP 4 CHECK_ANSWER
|
|
ENTRY_BEGIN
|
|
MATCH opcode qname qtype
|
|
SECTION QUESTION
|
|
REPLY SERVFAIL QR
|
|
MATCH all
|
|
www.example.com. IN A
|
|
ENTRY_END
|
|
SCENARIO_END
|