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	marka.isc.org. ns.server. (
14				2010   	; serial
15				600         	; refresh
16				600         	; retry
17				1200    	; expire
18				600       	; minimum
19				)
20@			NS	ns.tld.
21ns			A	10.53.0.4
22fetch.tld.		NS	ns.fetch.tld.
23ns.fetch.tld.		A	10.53.0.6
24fetchall  10              A     1.2.3.4
25fetchall  10              AAAA  ::1
26fetchall  10              TXT   A short ttl
27no-edns-version.tld.	NS	ns.no-edns-version.tld.
28ns.no-edns-version.tld.	A	10.53.0.6
29edns-version.tld.	NS	ns.edns-version.tld.
30ns.edns-version.tld.	A	10.53.0.7
31cname			CNAME	ns7
32ns7			A	10.53.0.7
33mixedttl 10		A	10.0.0.1
34mixedttl 15		TXT	a TXT record
35mixedttl 20		AAAA	2001:db8::1
36