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
13. 			IN SOA	root.domain.nil a.root.servers.nil. (
14				2016012800   	; serial
15				600         	; refresh
16				600         	; retry
17				1200    	; expire
18				600       	; minimum
19				)
20.			NS	a.root-servers.nil.
21a.root-servers.nil.	A	10.53.0.1
22
23example.		NS	ns2.example.
24ns2.example.		A	10.53.0.2
25
26example.broken.		NS	ns3.example.broken.
27ns3.example.broken.	A	10.53.0.3
28
29; for the resolver variant of the CVE-2021-25215 regression test
30example.dname.		NS	ns3.example.dname.
31ns3.example.dname.	A	10.53.0.3
32
33domain0.nil.		NS	ns2.domain0.nil
34domain1.nil.		NS	ns2.domain0.nil
35domain2.nil.		NS	ns2.domain0.nil
36domain3.nil.		NS	ns2.domain0.nil
37domain4.nil.		NS	ns2.domain0.nil
38domain5.nil.		NS	ns2.domain0.nil
39domain6.nil.		NS	ns2.domain0.nil
40domain7.nil.		NS	ns2.domain0.nil
41domain8.nil.		NS	ns2.domain0.nil
42domain9.nil.		NS	ns2.domain0.nil
43ns2.domain0.nil.		A	10.53.0.2
44ns2.domain0.nil.		AAAA	fd92:7065:b8e:ffff::2
45
46domain.nil.		NS	ns4.domain.nil
47ns4.domain.nil.		A	10.53.0.4
48ns4.domain.nil.		AAAA	fd92:7065:b8e:ffff::4
49
50domain.		NS	ns4.domain.
51ns4.domain.		A	10.53.0.4
52