No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / bin / tests / system / dnssec / ns2 / example.db.in
blob9149c1989982bebb2d024d5ff5b7642cb4808e70
1 ; Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
2 ; Copyright (C) 2000-2002  Internet Software Consortium.
4 ; Permission to use, copy, modify, and/or distribute this software for any
5 ; purpose with or without fee is hereby granted, provided that the above
6 ; copyright notice and this permission notice appear in all copies.
8 ; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 ; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 ; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 ; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 ; PERFORMANCE OF THIS SOFTWARE.
16 ; Id: example.db.in,v 1.21 2009/10/27 23:47:44 tbox Exp
18 $TTL 300        ; 5 minutes
19 @                       IN SOA  mname1. . (
20                                 2000042407 ; serial
21                                 20         ; refresh (20 seconds)
22                                 20         ; retry (20 seconds)
23                                 1814400    ; expire (3 weeks)
24                                 3600       ; minimum (1 hour)
25                                 )
26                         NS      ns2
27                         NS      ns3
28 ns2                     A       10.53.0.2
29 ns3                     A       10.53.0.3
31 a                       A       10.0.0.1
32 b                       A       10.0.0.2
33 d                       A       10.0.0.4
35 ; Used for testing ANY queries
36 foo                     TXT     "testing"
37 foo                     A       10.0.1.0
39 ; Used for testing CNAME queries
40 cname1                  CNAME   cname1-target
41 cname1-target           TXT     "testing cname"
43 cname2                  CNAME   cname2-target
44 cname2-target           TXT     "testing cname"
46 ; Used for testing DNAME queries
47 dname1                  DNAME   dname1-target
48 foo.dname1-target       TXT     "testing dname"
50 dname2                  DNAME   dname2-target
51 foo.dname2-target       TXT     "testing dname"
53 ; A secure subdomain
54 secure                  NS      ns.secure
55 ns.secure               A       10.53.0.3
57 ; An insecure subdomain
58 insecure                NS      ns.insecure
59 ns.insecure             A       10.53.0.3
61 ; A secure subdomain we're going to inject bogus data into
62 bogus                   NS      ns.bogus
63 ns.bogus                A       10.53.0.3
65 ; A dynamic secure subdomain
66 dynamic                 NS      dynamic
67 dynamic                 A       10.53.0.3
69 ; A insecure subdomain
70 mustbesecure            NS      ns.mustbesecure
71 ns.mustbesecure         A       10.53.0.3
73 ; A rfc2535 signed zone w/ CNAME
74 rfc2535                 NS      ns.rfc2535
75 ns.rfc2535              A       10.53.0.3
77 z                       A       10.0.0.26
79 keyless                 NS      ns.keyless
80 ns.keyless              A       10.53.0.3
82 nsec3                   NS      ns.nsec3
83 ns.nsec3                A       10.53.0.3
85 optout                  NS      ns.optout
86 ns.optout               A       10.53.0.3
88 nsec3-unknown           NS      ns.nsec3-unknown
89 ns.nsec3-unknown        A       10.53.0.3
91 optout-unknown          NS      ns.optout-unknown
92 ns.optout-unknown       A       10.53.0.3
94 multiple                NS      ns.multiple
95 ns.multiple             A       10.53.0.3
97 *.wild                  A       10.0.0.27
99 rsasha256               NS      ns.rsasha256
100 ns.rsasha256            A       10.53.0.3
102 rsasha512               NS      ns.rsasha512
103 ns.rsasha512            A       10.53.0.3