Home | History | Annotate | Line # | Download | only in ns1
      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 
     22 root-servers.nil.	NS	a.root-servers.nil.
     23 a.root-servers.nil.	A	10.53.0.1
     24 
     25 ; Delegate some domains that contain name servers for the sample
     26 ; ccTLDs below.
     27 net.			172800	IN	NS	a.root-servers.nil.
     28 
     29 ;
     30 ; A sample ccTLD
     31 ;
     32 fi.			172800	IN	NS	NS.TELE.fi.
     33 fi.			172800	IN	NS	PRIFI.EUNET.fi.
     34 fi.			172800	IN	NS	NS.UU.NET.
     35 fi.			172800	IN	NS	T.NS.VERIO.NET.
     36 fi.			172800	IN	NS	HYDRA.HELSINKI.fi.
     37 fi.			172800	IN	NS	NS.EU.NET.
     38 NS.TELE.fi.		172800	IN	A	193.210.18.18
     39 NS.TELE.fi.		172800	IN	A	193.210.19.19
     40 PRIFI.EUNET.fi.		172800	IN	A	193.66.1.146
     41 NS.UU.NET.		172800	IN	A	137.39.1.3
     42 T.NS.VERIO.NET.		172800	IN	A	192.67.14.16
     43 HYDRA.HELSINKI.fi.	172800	IN	A	128.214.4.29
     44 NS.EU.NET.		172800	IN	A	192.16.202.11
     45