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