xref: /netbsd-src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/minimal.db.in (revision 8aaca124c0ad52af9550477f296b63debc7b4c98)
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 3600
13minimal.		3600	SOA	ns1.minimal. hostmaster.minimal. (
14					1          ; serial
15					3600       ; refresh (1 hour)
16					1200       ; retry (20 minutes)
17					604800     ; expire (1 week)
18					3600       ; minimum (1 hour)
19					)
20			3600	NS	ns1.minimal.
21			3600	NSEC	badtypemap.minimal. NS SOA RRSIG NSEC DNSKEY
22; bad NSEC type map without RRSIG or NSEC
23badtypemap.minimal.	3600	NSEC	black.minimal. A
24badtypemap.minimal.	3600	A	1.2.3.4
25badtypemap.minimal.	3600	AAAA	2002::1
26; cloudflare black lie
27black.minimal.		3600	NSEC	\000.black.minimal. RRSIG NSEC
28;
29dnamed.minimal.		3600	DNAME	dnamed.
30			3600	NSEC	insecure.minimal. DNAME RRSIG NSEC
31insecure.minimal.	3600	NS	ns1.insecure.minimal.
32			3600	NSEC	nodata.minimal. NS RRSIG NSEC
33nodata.minimal.		3600	TXT	"nodata"
34			3600	NSEC	ns1.minimal. TXT RRSIG NSEC
35; incomplete chain pointing at non-existent ns2.minimal
36ns1.minimal.		3600	A	10.53.0.1
37			3600	NSEC	ns2.minimal. A RRSIG NSEC
38; minimal response for nxdomain.minimal.
39nxdomaia.minimal.	3600	NSEC	nxdomaiz.minimal. RRSIG NSEC
40;
41*.wild-a.minimal.	3600	A	1.2.3.4
42			3600	NSEC	*.wild-cname.minimal. A RRSIG NSEC
43*.wild-cname.minimal.	3600	CNAME	ns1.minimal.
44			3600	NSEC	minimal. CNAME RRSIG NSEC
45; glue
46ns1.insecure.minimal.	3600	A	10.53.0.1
47