Home | History | Annotate | Line # | Download | only in ns2
      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	; 5 minutes
     13 @			IN SOA	mname1. . (
     14 				2000042407 ; serial
     15 				20         ; refresh (20 seconds)
     16 				20         ; retry (20 seconds)
     17 				1814400    ; expire (3 weeks)
     18 				3600       ; minimum (1 hour)
     19 				)
     20 			NS	ns2
     21 			NS	ns3
     22 ns2			A	10.53.0.2
     23 ns3			A	10.53.0.3
     24 
     25 a			A	10.0.0.1
     26 b			A	10.0.0.2
     27 d			A	10.0.0.4
     28 
     29 ; Used for testing ANY queries
     30 foo			TXT	"testing"
     31 foo			A	10.0.1.0
     32 
     33 bad-cname		CNAME   a
     34 bad-dname		DNAME   @
     35 
     36 ; Used for testing CNAME queries
     37 cname1			CNAME	cname1-target
     38 cname1-target		TXT	"testing cname"
     39 
     40 cname2			CNAME	cname2-target
     41 cname2-target		TXT	"testing cname"
     42 
     43 ; Used for testing DNAME queries
     44 dname1			DNAME	dname1-target
     45 foo.dname1-target	TXT	"testing dname"
     46 
     47 dname2			DNAME	dname2-target
     48 foo.dname2-target	TXT	"testing dname"
     49 
     50 ; A secure subdomain
     51 secure			NS	ns.secure
     52 ns.secure		A	10.53.0.3
     53 
     54 ; An insecure subdomain
     55 insecure		NS	ns.insecure
     56 ns.insecure		A	10.53.0.3
     57 
     58 ; A secure subdomain we're going to inject bogus data into
     59 bogus			NS	ns.bogus
     60 ns.bogus		A	10.53.0.3
     61 
     62 ; A dynamic secure subdomain
     63 dynamic			NS	dynamic
     64 dynamic			A	10.53.0.3
     65 
     66 ; A insecure subdomain
     67 mustbesecure		NS	ns.mustbesecure
     68 ns.mustbesecure		A	10.53.0.3
     69 
     70 ; A rfc2535 signed zone w/ CNAME
     71 rfc2535			NS	ns.rfc2535
     72 ns.rfc2535		A	10.53.0.3
     73 
     74 z			A	10.0.0.26
     75 
     76 keyless			NS	ns.keyless
     77 ns.keyless		A	10.53.0.3
     78 
     79 nsec3			NS	ns.nsec3
     80 ns.nsec3		A	10.53.0.3
     81 
     82 optout			NS	ns.optout
     83 ns.optout		A	10.53.0.3
     84 
     85 nsec3-unknown		NS	ns.nsec3-unknown
     86 ns.nsec3-unknown	A	10.53.0.3
     87 
     88 optout-unknown		NS	ns.optout-unknown
     89 ns.optout-unknown	A	10.53.0.3
     90 
     91 multiple		NS	ns.multiple
     92 ns.multiple		A	10.53.0.3
     93 
     94 *.wild			A	10.0.0.27
     95 
     96 rsasha256		NS	ns.rsasha256
     97 ns.rsasha256		A	10.53.0.3
     98 
     99 rsasha512		NS	ns.rsasha512
    100 ns.rsasha512		A	10.53.0.3
    101 
    102 kskonly 		NS	ns.kskonly
    103 ns.kskonly		A	10.53.0.3
    104