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
13
14@		86400	IN SOA	ns1 hostmaster (
15					1397051952 ; "SER0"
16					5
17					5
18					1814400
19					3600 )
20@			NS	ns1
21ns1			A	10.53.0.1
22
23a-only			A	1.2.3.4
24aaaa-only		AAAA	2001::ffff
25
26dual			A	1.2.3.4
27			AAAA	2001::ffff
28
29cname-a-only		CNAME	a-only
30cname-aaaa-only		CNAME	aaaa-only
31cname-dual		CNAME	dual
32