1; nameserver test file
2; this is ::1 and the EDNS working server.
3$ORIGIN .
4$TTL 3600
5
6; root prime
7ENTRY_BEGIN
8MATCH opcode qtype qname
9REPLY QR AA NOERROR
10ADJUST copy_id
11SECTION QUESTION
12.	IN	NS
13SECTION ANSWER
14. 	IN 	NS 	root.server.
15SECTION AUTHORITY
16SECTION ADDITIONAL
17root.server.	IN	A	127.0.0.1
18ENTRY_END
19
20; referral to example.net
21ENTRY_BEGIN
22MATCH opcode subdomain
23REPLY QR NOERROR
24ADJUST copy_id copy_query
25SECTION QUESTION
26example.net.	IN	A
27SECTION AUTHORITY
28example.net.	IN 	NS	netdns.example.net.
29SECTION ADDITIONAL
30netdns.example.net. IN A 127.0.0.1
31ENTRY_END
32
33