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
33bad-cname		CNAME   a
34bad-dname		DNAME   @
35
36; Used for testing CNAME queries
37cname1			CNAME	cname1-target
38cname1-target		TXT	"testing cname"
39
40cname2			CNAME	cname2-target
41cname2-target		TXT	"testing cname"
42
43; Used for testing DNAME queries
44dname1			DNAME	dname1-target
45foo.dname1-target	TXT	"testing dname"
46
47dname2			DNAME	dname2-target
48foo.dname2-target	TXT	"testing dname"
49
50; A secure subdomain
51secure			NS	ns.secure
52ns.secure		A	10.53.0.3
53
54; An insecure subdomain
55insecure		NS	ns.insecure
56ns.insecure		A	10.53.0.3
57
58; A secure subdomain we're going to inject bogus data into
59bogus			NS	ns.bogus
60ns.bogus		A	10.53.0.3
61
62; A dynamic secure subdomain
63dynamic			NS	dynamic
64dynamic			A	10.53.0.3
65
66; A insecure subdomain
67mustbesecure		NS	ns.mustbesecure
68ns.mustbesecure		A	10.53.0.3
69
70; A rfc2535 signed zone w/ CNAME
71rfc2535			NS	ns.rfc2535
72ns.rfc2535		A	10.53.0.3
73
74z			A	10.0.0.26
75
76keyless			NS	ns.keyless
77ns.keyless		A	10.53.0.3
78
79nsec3			NS	ns.nsec3
80ns.nsec3		A	10.53.0.3
81
82optout			NS	ns.optout
83ns.optout		A	10.53.0.3
84
85nsec3-unknown		NS	ns.nsec3-unknown
86ns.nsec3-unknown	A	10.53.0.3
87
88optout-unknown		NS	ns.optout-unknown
89ns.optout-unknown	A	10.53.0.3
90
91multiple		NS	ns.multiple
92ns.multiple		A	10.53.0.3
93
94*.wild			A	10.0.0.27
95
96rsasha256		NS	ns.rsasha256
97ns.rsasha256		A	10.53.0.3
98
99rsasha512		NS	ns.rsasha512
100ns.rsasha512		A	10.53.0.3
101
102kskonly 		NS	ns.kskonly
103ns.kskonly		A	10.53.0.3
104