1; Copyright (C) 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
2;
3; Permission to use, copy, modify, and/or distribute this software for any
4; purpose with or without fee is hereby granted, provided that the above
5; copyright notice and this permission notice appear in all copies.
6;
7; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
10; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13; PERFORMANCE OF THIS SOFTWARE.
14
15; Id: example.db.in,v 1.5 2010/01/18 23:48:40 tbox Exp
16
17$TTL 300	; 5 minutes
18@			IN SOA	mname1. . (
19				2000042407 ; serial
20				20         ; refresh (20 seconds)
21				20         ; retry (20 seconds)
22				1814400    ; expire (3 weeks)
23				3600       ; minimum (1 hour)
24				)
25			NS	ns2
26			NS	ns3
27ns2			A	10.53.0.2
28ns3			A	10.53.0.3
29
30a			A	10.0.0.1
31b			A	10.0.0.2
32d			A	10.0.0.4
33
34; Used for testing ANY queries
35foo			TXT	"testing"
36foo			A	10.0.1.0
37
38; Used for testing CNAME queries
39cname1			CNAME	cname1-target
40cname1-target		TXT	"testing cname"
41
42cname2			CNAME	cname2-target
43cname2-target		TXT	"testing cname"
44
45; Used for testing DNAME queries
46dname1			DNAME	dname1-target
47foo.dname1-target	TXT	"testing dname"
48
49dname2			DNAME	dname2-target
50foo.dname2-target	TXT	"testing dname"
51
52; A secure subdomain
53secure			NS	ns.secure
54ns.secure		A	10.53.0.3
55
56; An insecure subdomain
57insecure		NS	ns.insecure
58ns.insecure		A	10.53.0.3
59
60; A insecure subdomain
61mustbesecure		NS	ns.mustbesecure
62ns.mustbesecure		A	10.53.0.3
63
64z			A	10.0.0.26
65
66nsec3			NS	ns.nsec3
67ns.nsec3		A	10.53.0.3
68
69optout			NS	ns.optout
70ns.optout		A	10.53.0.3
71
72nsec3-unknown		NS	ns.nsec3-unknown
73ns.nsec3-unknown	A	10.53.0.3
74
75optout-unknown		NS	ns.optout-unknown
76ns.optout-unknown	A	10.53.0.3
77
78multiple		NS	ns.multiple
79ns.multiple		A	10.53.0.3
80
81rsasha256		NS	ns.rsasha256
82ns.rsasha256		A	10.53.0.3
83
84rsasha512		NS	ns.rsasha512
85ns.rsasha512		A	10.53.0.3
86
87nsec3-to-nsec		NS	ns.nsec3-to-nsec
88ns.nsec3-to-nsec	A	10.53.0.3
89
90oldsigs			NS	ns.oldsigs
91ns.oldsigs		A	10.53.0.3
92