Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / bind / dist / bin / tests / system / autosign / ns2 / example.db.in
blobeadb56b877149abea0b92c9704f20f12f0ba320f
1 ; Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
3 ; Permission to use, copy, modify, and/or distribute this software for any
4 ; purpose with or without fee is hereby granted, provided that the above
5 ; copyright notice and this permission notice appear in all copies.
7 ; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8 ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9 ; AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
10 ; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11 ; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13 ; PERFORMANCE OF THIS SOFTWARE.
15 ; Id: example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp
17 $TTL 300        ; 5 minutes
18 @                       IN SOA  mname1. . (
19                                 2000042407 ; serial
20                                 20         ; refresh (20 seconds)
21                                 20         ; retry (20 seconds)
22                                 1814400    ; expire (3 weeks)
23                                 3600       ; minimum (1 hour)
24                                 )
25                         NS      ns2
26                         NS      ns3
27 ns2                     A       10.53.0.2
28 ns3                     A       10.53.0.3
30 a                       A       10.0.0.1
31 b                       A       10.0.0.2
32 d                       A       10.0.0.4
34 ; Used for testing ANY queries
35 foo                     TXT     "testing"
36 foo                     A       10.0.1.0
38 ; Used for testing CNAME queries
39 cname1                  CNAME   cname1-target
40 cname1-target           TXT     "testing cname"
42 cname2                  CNAME   cname2-target
43 cname2-target           TXT     "testing cname"
45 ; Used for testing DNAME queries
46 dname1                  DNAME   dname1-target
47 foo.dname1-target       TXT     "testing dname"
49 dname2                  DNAME   dname2-target
50 foo.dname2-target       TXT     "testing dname"
52 ; A secure subdomain
53 secure                  NS      ns.secure
54 ns.secure               A       10.53.0.3
56 ; An insecure subdomain
57 insecure                NS      ns.insecure
58 ns.insecure             A       10.53.0.3
60 ; A insecure subdomain
61 mustbesecure            NS      ns.mustbesecure
62 ns.mustbesecure         A       10.53.0.3
64 z                       A       10.0.0.26
66 nsec3                   NS      ns.nsec3
67 ns.nsec3                A       10.53.0.3
69 optout                  NS      ns.optout
70 ns.optout               A       10.53.0.3
72 nsec3-unknown           NS      ns.nsec3-unknown
73 ns.nsec3-unknown        A       10.53.0.3
75 optout-unknown          NS      ns.optout-unknown
76 ns.optout-unknown       A       10.53.0.3
78 multiple                NS      ns.multiple
79 ns.multiple             A       10.53.0.3
81 rsasha256               NS      ns.rsasha256
82 ns.rsasha256            A       10.53.0.3
84 rsasha512               NS      ns.rsasha512
85 ns.rsasha512            A       10.53.0.3