1; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2;
3; This Source Code Form is subject to the terms of the Mozilla Public
4; License, v. 2.0. If a copy of the MPL was not distributed with this
5; file, you can obtain one at https://mozilla.org/MPL/2.0/.
6;
7; See the COPYRIGHT file distributed with this work for additional
8; information regarding copyright ownership.
9
10$TTL	3600
11@	SOA ns1 marka.isc.org. 0 0 0 0 1200
12@	NS ns1
13ns1	A	10.53.0.1
14excluded-good-a	AAAA	2001:eeee::1
15		A	1.2.3.4
16excluded-bad-a	AAAA	2001:eeee::2
17		A	10.0.0.1
18excluded-only	AAAA	2001:eeee::3
19partially-excluded-good-a	AAAA	2001:eeee::1
20		AAAA	2001::1
21		A	1.2.3.4
22partially-excluded-bad-a	AAAA	2001:eeee::2
23		AAAA	2001::2
24		A	10.0.0.1
25partially-excluded-only	AAAA	2001:eeee::3
26		AAAA	2001::3
27a-only		A	1.2.3.5
28a-and-aaaa	AAAA	2001::1
29		A	1.2.3.6
30aaaa-only	AAAA	2001::2
31a-not-mapped	A	10.0.0.2
32mx-only		MX	10 ns.example.
33cname-excluded-good-a CNAME excluded-good-a
34cname-excluded-bad-a CNAME excluded-bad-a
35cname-excluded-only CNAME excluded-only
36cname-partial-excluded-good-a CNAME partial-excluded-good-a
37cname-partial-excluded-bad-a CNAME partial-excluded-bad-a
38cname-partial-excluded-only CNAME partial-excluded-only
39cname-a-only CNAME a-only
40cname-a-and-aaaa CNAME a-and-aaaa
41cname-aaaa-only CNAME aaaa-only
42cname-a-not-mapped CNAME a-not-mapped
43cname-mx-only CNAME mx-only
44cname-non-existent CNAME non-existent
45ttl-less-than-600 500 A 5.6.7.8
46ttl-more-than-600 700 A 5.6.7.8
47ttl-less-than-minimum 1100 A 5.6.7.8
48ttl-more-than-minimum 1300 A 5.6.7.8
49