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	gson.nominum.com. a.root.servers.nil. (
14				2000042100   	; serial
15				600         	; refresh
16				600         	; retry
17				1200    	; expire
18				600       	; minimum
19				)
20.			NS	a.root-servers.nil.
21
22root-servers.nil.	NS	a.root-servers.nil.
23a.root-servers.nil.	A	10.53.0.1
24
25; Delegate some domains that contain name servers for the sample
26; ccTLDs below.
27net.			172800	IN	NS	a.root-servers.nil.
28
29;
30; A sample ccTLD
31;
32fi.			172800	IN	NS	NS.TELE.fi.
33fi.			172800	IN	NS	PRIFI.EUNET.fi.
34fi.			172800	IN	NS	NS.UU.NET.
35fi.			172800	IN	NS	T.NS.VERIO.NET.
36fi.			172800	IN	NS	HYDRA.HELSINKI.fi.
37fi.			172800	IN	NS	NS.EU.NET.
38NS.TELE.fi.		172800	IN	A	193.210.18.18
39NS.TELE.fi.		172800	IN	A	193.210.19.19
40PRIFI.EUNET.fi.		172800	IN	A	193.66.1.146
41NS.UU.NET.		172800	IN	A	137.39.1.3
42T.NS.VERIO.NET.		172800	IN	A	192.67.14.16
43HYDRA.HELSINKI.fi.	172800	IN	A	128.214.4.29
44NS.EU.NET.		172800	IN	A	192.16.202.11
45