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	; 5 minutes
13@			IN SOA	mname1. . (
14				2000042407 ; serial
15				20         ; refresh (20 seconds)
16				20         ; retry (20 seconds)
17				1814400    ; expire (3 weeks)
18				3600       ; minimum (1 hour)
19				)
20			NS	ns2
21			NS	ns3
22ns2			A	10.53.0.2
23ns2			AAAA	fd92:7065:b8e:ffff::2
24ns3			A	10.53.0.3
25ns3			AAAA	fd92:7065:b8e:ffff::3
26
27a			A	10.0.0.1
28a			AAAA	fd92:7065:b8e:ffff::1
29b			A	10.0.0.2
30b			AAAA	fd92:7065:b8e:ffff::2
31c			A	10.0.0.3
32c			AAAA	fd92:7065:b8e:ffff::3
33d			A	10.0.0.0
34d			AAAA	fd92:7065:b8e:ffff::
35
36xn--caf-dma		A	10.1.2.3
37
38foo			TXT	"testing"
39foo			A	10.0.1.0
40foo			SSHFP	2 1 123456789abcdef67890123456789abcdef67890
41
42; TTL of 3 weeks
43weeks		1814400	A	10.53.0.2
44; TTL of 3 days
45days		259200	A	10.53.0.2
46; TTL of 3 hours
47hours		10800	A	10.53.0.2
48;TTL of 45 minutes
49minutes		2700	A	10.53.0.2
50;TTL of 45 seconds
51seconds		45	A	10.53.0.2
52