cvs updates from Wed Dec 15 17:45:22 EST 2010
[tridge/bind9.git] / bin / tests / system / dns64 / ns1 / example.db
1 ; Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
2 ;
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.
6 ;
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.
14
15 ; $Id: example.db,v 1.3 2010/12/08 23:51:56 tbox Exp $
16
17 $TTL    3600
18 @       SOA ns1 marka.isc.org. 0 0 0 0 1200
19 @       NS ns1
20 ns1     A       10.53.0.1
21 excluded-good-a AAAA    2001:eeee::1
22                 A       1.2.3.4
23 excluded-bad-a  AAAA    2001:eeee::2
24                 A       10.0.0.1
25 excluded-only   AAAA    2001:eeee::3
26 partially-excluded-good-a       AAAA    2001:eeee::1
27                 AAAA    2001::1
28                 A       1.2.3.4
29 partially-excluded-bad-a        AAAA    2001:eeee::2
30                 AAAA    2001::2
31                 A       10.0.0.1
32 partially-excluded-only AAAA    2001:eeee::3
33                 AAAA    2001::3
34 a-only          A       1.2.3.5
35 a-and-aaaa      AAAA    2001::1
36                 A       1.2.3.6
37 aaaa-only       AAAA    2001::2
38 a-not-mapped    A       10.0.0.2
39 mx-only         MX      10 ns.example.
40 cname-excluded-good-a CNAME excluded-good-a
41 cname-excluded-bad-a CNAME excluded-bad-a
42 cname-excluded-only CNAME excluded-only
43 cname-partial-excluded-good-a CNAME partial-excluded-good-a
44 cname-partial-excluded-bad-a CNAME partial-excluded-bad-a
45 cname-partial-excluded-only CNAME partial-excluded-only
46 cname-a-only CNAME a-only
47 cname-a-and-aaaa CNAME a-and-aaaa
48 cname-aaaa-only CNAME aaaa-only
49 cname-a-not-mapped CNAME a-not-mapped
50 cname-mx-only CNAME mx-only
51 cname-non-existent CNAME non-existent