1100787Sfenner; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
218579Sfenner;
318579Sfenner; SPDX-License-Identifier: MPL-2.0
418579Sfenner;
518579Sfenner; This Source Code Form is subject to the terms of the Mozilla Public
618579Sfenner; License, v. 2.0.  If a copy of the MPL was not distributed with this
718579Sfenner; file, you can obtain one at https://mozilla.org/MPL/2.0/.
818579Sfenner;
918579Sfenner; See the COPYRIGHT file distributed with this work for additional
1018579Sfenner; information regarding copyright ownership.
1118579Sfenner
1218579Sfenner$ORIGIN .
1318579Sfenner$TTL 300	; 5 minutes
1418579Sfennerexample			IN SOA	ns3.example. hostmaster.example. (
1518579Sfenner				2010080900 ; serial
16100787Sfenner				20         ; refresh (20 seconds)
1751949Sobrien				20         ; retry (20 seconds)
1818579Sfenner				1814400    ; expire (3 weeks)
19283808Stuexen				3600       ; minimum (1 hour)
20237635Sjoel				)
21237635Sjoelexample.		NS	ns4.example. ; fake
22237635Sjoelexample.		A	10.53.0.4    ; fake
23237635Sjoelexample.		AAAA	::1	     ; fake
24237635Sjoel
25237635Sjoelns4.example.		A	10.53.0.4
26237635Sjoeldata.example.		TXT	"some" "test" "data"
27237635Sjoeldata2.example.		TXT	"2nd test data"
28237635Sjoeldata3.example.		TXT	"3rd test data"
29237635Sjoeldata4.example.		TXT	"4th test data"
30237635Sjoel
31237635Sjoelsub.example.		NS	ns.sub.example.
32237635Sjoelns.sub.example.		A	10.53.0.4
33237635Sjoel