1; Copyright (C) 2004, 2007-2012  Internet Systems Consortium, Inc. ("ISC")
2; Copyright (C) 2000-2002  Internet Software Consortium.
3;
4; Permission to use, copy, modify, and/or distribute this software for any
5; purpose with or without fee is hereby granted, provided that the above
6; copyright notice and this permission notice appear in all copies.
7;
8; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14; PERFORMANCE OF THIS SOFTWARE.
15
16; Id: example.db.in,v 1.31 2011/11/04 05:36:28 each Exp 
17
18$TTL 300	; 5 minutes
19@			IN SOA	mname1. . (
20				2000042407 ; serial
21				20         ; refresh (20 seconds)
22				20         ; retry (20 seconds)
23				1814400    ; expire (3 weeks)
24				3600       ; minimum (1 hour)
25				)
26			NS	ns2
27			NS	ns3
28ns2			A	10.53.0.2
29ns3			A	10.53.0.3
30
31a			A	10.0.0.1
32b			A	10.0.0.2
33d			A	10.0.0.4
34
35; Used for testing ANY queries
36foo			TXT	"testing"
37foo			A	10.0.1.0
38
39bad-cname		CNAME   a
40bad-dname		DNAME   @
41
42; Used for testing CNAME queries
43cname1			CNAME	cname1-target
44cname1-target		TXT	"testing cname"
45
46cname2			CNAME	cname2-target
47cname2-target		TXT	"testing cname"
48
49; Used for testing DNAME queries
50dname1			DNAME	dname1-target
51foo.dname1-target	TXT	"testing dname"
52
53dname2			DNAME	dname2-target
54foo.dname2-target	TXT	"testing dname"
55
56; A secure subdomain
57secure			NS	ns.secure
58ns.secure		A	10.53.0.3
59
60; An insecure subdomain
61insecure		NS	ns.insecure
62ns.insecure		A	10.53.0.3
63
64; A secure subdomain we're going to inject bogus data into
65bogus			NS	ns.bogus
66ns.bogus		A	10.53.0.3
67
68; A dynamic secure subdomain
69dynamic			NS	dynamic
70dynamic			A	10.53.0.3
71
72; A insecure subdomain
73mustbesecure		NS	ns.mustbesecure
74ns.mustbesecure		A	10.53.0.3
75
76; A subdomain with expired signatures
77expired			NS	ns.expired
78ns.expired		A	10.53.0.3
79
80; A rfc2535 signed zone w/ CNAME
81rfc2535			NS	ns.rfc2535
82ns.rfc2535		A	10.53.0.3
83
84z			A	10.0.0.26
85
86keyless			NS	ns.keyless
87ns.keyless		A	10.53.0.3
88
89nsec3			NS	ns.nsec3
90ns.nsec3		A	10.53.0.3
91
92optout			NS	ns.optout
93ns.optout		A	10.53.0.3
94
95nsec3-unknown		NS	ns.nsec3-unknown
96ns.nsec3-unknown	A	10.53.0.3
97
98optout-unknown		NS	ns.optout-unknown
99ns.optout-unknown	A	10.53.0.3
100
101multiple		NS	ns.multiple
102ns.multiple		A	10.53.0.3
103
104*.wild			A	10.0.0.27
105
106rsasha256		NS	ns.rsasha256
107ns.rsasha256		A	10.53.0.3
108
109rsasha512		NS	ns.rsasha512
110ns.rsasha512		A	10.53.0.3
111
112kskonly 		NS	ns.kskonly
113ns.kskonly		A	10.53.0.3
114
115update-nsec3		NS	ns.update-nsec3
116ns.update-nsec3		A	10.53.0.3
117
118auto-nsec		NS	ns.auto-nsec
119ns.auto-nsec		A	10.53.0.3
120
121auto-nsec3		NS	ns.auto-nsec3
122ns.auto-nsec3		A	10.53.0.3
123
124
125below-cname		CNAME	some.where.else.
126
127insecure.below-cname	NS	ns.insecure.below-cname
128ns.insecure.below-cname	A	10.53.0.3
129
130secure.below-cname	NS	ns.secure.below-cname
131ns.secure.below-cname	A	10.53.0.3
132
133ttlpatch		NS	ns.ttlpatch
134ns.ttlpatch		A	10.53.0.3
135
136split-dnssec		NS	ns.split-dnssec
137ns.split-dnssec		A	10.53.0.3
138
139split-smart		NS	ns.split-smart
140ns.split-smart		A	10.53.0.3
141
142upper			NS	ns.upper
143ns.upper		A	10.53.0.3
144
145LOWER			NS	NS.LOWER
146NS.LOWER		A	10.53.0.3
147
148expiring                 NS      ns.expiring
149ns.expiring              A       10.53.0.3
150