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	120
13.		SOA	ns. hostmaster.ns. ( 1 3600 1200 604800 60 )
14		NS	ns.
15ns.		A	10.53.0.1
16
17; rewrite responses from this zone
18tld2.		NS	ns.tld2.
19ns.tld2.	A	10.53.0.2
20
21; rewrite responses from this secure zone unless dnssec requested (DO=1)
22tld2s.		NS	ns.tld2.
23
24; requests come from here
25tld3.		NS	ns.tld3.
26ns.tld3.	A	10.53.0.3
27
28; rewrite responses from this zone
29tld4.		NS	ns.tld4.
30ns.tld4.	A	10.53.0.4
31
32; performance test
33tld5.		NS	ns.tld5.
34ns.tld5.	A	10.53.0.5
35
36; generate SERVFAIL
37servfail	NS	ns.tld2.
38
39a-only.example	A	1.2.3.4
40no-a-no-aaaa.example	TXT	placeholder
41a-plus-aaaa.example	A	1.2.3.4
42a-plus-aaaa.example	AAAA	::1
43