1; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2;
3; This Source Code Form is subject to the terms of the Mozilla Public
4; License, v. 2.0. If a copy of the MPL was not distributed with this
5; file, You can obtain one at http://mozilla.org/MPL/2.0/.
6;
7; See the COPYRIGHT file distributed with this work for additional
8; information regarding copyright ownership.
9
10$TTL 300	; 5 minutes
11@			IN SOA	mname1. . (
12				2000042407 ; serial
13				20         ; refresh (20 seconds)
14				20         ; retry (20 seconds)
15				1814400    ; expire (3 weeks)
16				3600       ; minimum (1 hour)
17				)
18			NS	ns2
19			NS	ns3
20ns2			A	10.53.0.2
21ns3			A	10.53.0.3
22
23a			A	10.0.0.1
24b			A	10.0.0.2
25d			A	10.0.0.4
26
27; Used for testing ANY queries
28foo			TXT	"testing"
29foo			A	10.0.1.0
30
31; Used for testing CNAME queries
32cname1			CNAME	cname1-target
33cname1-target		TXT	"testing cname"
34
35cname2			CNAME	cname2-target
36cname2-target		TXT	"testing cname"
37
38; Used for testing DNAME queries
39dname1			DNAME	dname1-target
40foo.dname1-target	TXT	"testing dname"
41
42dname2			DNAME	dname2-target
43foo.dname2-target	TXT	"testing dname"
44
45; A secure subdomain
46secure			NS	ns.secure
47ns.secure		A	10.53.0.3
48
49; An insecure subdomain
50insecure		NS	ns.insecure
51ns.insecure		A	10.53.0.3
52
53; A insecure subdomain
54mustbesecure		NS	ns.mustbesecure
55ns.mustbesecure		A	10.53.0.3
56
57z			A	10.0.0.26
58
59nsec3			NS	ns.nsec3
60ns.nsec3		A	10.53.0.3
61
62optout			NS	ns.optout
63ns.optout		A	10.53.0.3
64
65nsec3-unknown		NS	ns.nsec3-unknown
66ns.nsec3-unknown	A	10.53.0.3
67
68optout-unknown		NS	ns.optout-unknown
69ns.optout-unknown	A	10.53.0.3
70
71multiple		NS	ns.multiple
72ns.multiple		A	10.53.0.3
73
74rsasha256		NS	ns.rsasha256
75ns.rsasha256		A	10.53.0.3
76
77rsasha512		NS	ns.rsasha512
78ns.rsasha512		A	10.53.0.3
79
80nsec3-to-nsec		NS	ns.nsec3-to-nsec
81ns.nsec3-to-nsec	A	10.53.0.3
82
83oldsigs			NS	ns.oldsigs
84ns.oldsigs		A	10.53.0.3
85
86dname-at-apex-nsec3	NS	ns3
87