Home | History | Annotate | Line # | Download | only in ns1
      1      1.1  christos ; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
      2      1.1  christos ;
      3  1.1.1.3  christos ; SPDX-License-Identifier: MPL-2.0
      4  1.1.1.3  christos ;
      5      1.1  christos ; This Source Code Form is subject to the terms of the Mozilla Public
      6  1.1.1.3  christos ; License, v. 2.0.  If a copy of the MPL was not distributed with this
      7  1.1.1.3  christos ; file, you can obtain one at https://mozilla.org/MPL/2.0/.
      8      1.1  christos ;
      9      1.1  christos ; See the COPYRIGHT file distributed with this work for additional
     10      1.1  christos ; information regarding copyright ownership.
     11      1.1  christos 
     12      1.1  christos . 60 IN SOA ns.nil. hostmaster.ns.nil. 1 0 0 0 0
     13      1.1  christos . 60 IN NS ns.nil.
     14      1.1  christos ns.nil. 60 IN A 10.53.0.1
     15      1.1  christos ns.tld1. 60 IN A 10.53.0.1
     16      1.1  christos example.org. 60 IN NS direct.example.org.
     17      1.1  christos direct.example.org. 60 IN A 10.53.0.2
     18      1.1  christos example.net. 60 IN NS direct.example.net.
     19      1.1  christos direct.example.net. 60 IN A 10.53.0.2
     20  1.1.1.2  christos example.com. 60 IN NS direct.example.com.
     21  1.1.1.2  christos direct.example.com. 60 IN A 10.53.0.4
     22  1.1.1.4  christos 
     23  1.1.1.4  christos big. IN NS ns.big.
     24  1.1.1.4  christos ns.big. 60 IN A 10.53.0.1
     25  1.1.1.4  christos 
     26  1.1.1.4  christos signed. IN NS ns.signed.
     27  1.1.1.4  christos ns.signed. 60 IN A 10.53.0.1
     28