Home | History | Annotate | Line # | Download | only in ns3
      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 example2.tld.		IN SOA	owner.dnshoster.tld. ns.dnshoster.tld. (
     14 				2010   	; serial
     15 				600         	; refresh
     16 				600         	; retry
     17 				1200    	; expire
     18 				600       	; minimum
     19 				)
     20 
     21 example2.tld.			NS	ns.example2.tld.
     22 ns.example2.tld.		A	10.53.0.3
     23 
     24 sub.example2.tld.		NS 	ns01.sub.example2.tld.
     25 sub.example2.tld.		NS 	ns02.sub.example2.tld.
     26 sub.example2.tld.		NS 	ns03.sub.example2.tld.
     27 
     28 ns01.sub.example2.tld.		A	10.53.1.1
     29 ns01.sub.example2.tld.		A	10.53.0.5
     30 ns02.sub.example2.tld.		A	10.53.1.2
     31 ns02.sub.example2.tld.		A	10.53.0.6
     32 ns03.sub.example2.tld.		A	10.53.2.1
     33 ns03.sub.example2.tld.		A	10.53.0.7
     34