mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-25 09:09:40 -05:00
33 lines
572 B
Text
33 lines
572 B
Text
; nameserver test file
|
|
$ORIGIN example.com.
|
|
$TTL 3600
|
|
|
|
ENTRY_BEGIN
|
|
MATCH opcode qtype qname noedns
|
|
REPLY QR AA NOERROR
|
|
ADJUST copy_id
|
|
SECTION QUESTION
|
|
www.example.com. IN A
|
|
SECTION ANSWER
|
|
www.example.com. IN A 10.20.30.40
|
|
ENTRY_END
|
|
|
|
ENTRY_BEGIN
|
|
MATCH opcode qtype qname noedns
|
|
REPLY QR AA NOERROR
|
|
ADJUST copy_id
|
|
SECTION QUESTION
|
|
netdns.example.net. IN A
|
|
SECTION ANSWER
|
|
netdns.example.net. IN A 127.0.0.1
|
|
ENTRY_END
|
|
|
|
; fail EDNS queries for netdns.
|
|
ENTRY_BEGIN
|
|
MATCH opcode qtype qname
|
|
REPLY QR AA FORMERR
|
|
ADJUST copy_id
|
|
SECTION QUESTION
|
|
netdns.example.net. IN A
|
|
ENTRY_END
|
|
|