1; Copyright (C) 2010, 2011, 2013  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.5 2011/02/03 12:18:11 tbox Exp
16
17$TTL	3600
18@	SOA ns1 marka.isc.org. 0 0 0 0 1200
19@	NS ns1
20ns1	A	10.53.0.1
21excluded-good-a	AAAA	2001:eeee::1
22		A	1.2.3.4
23excluded-bad-a	AAAA	2001:eeee::2
24		A	10.0.0.1
25excluded-only	AAAA	2001:eeee::3
26partially-excluded-good-a	AAAA	2001:eeee::1
27		AAAA	2001::1
28		A	1.2.3.4
29partially-excluded-bad-a	AAAA	2001:eeee::2
30		AAAA	2001::2
31		A	10.0.0.1
32partially-excluded-only	AAAA	2001:eeee::3
33		AAAA	2001::3
34a-only		A	1.2.3.5
35a-and-aaaa	AAAA	2001::1
36		A	1.2.3.6
37aaaa-only	AAAA	2001::2
38a-not-mapped	A	10.0.0.2
39mx-only		MX	10 ns.example.
40cname-excluded-good-a CNAME excluded-good-a
41cname-excluded-bad-a CNAME excluded-bad-a
42cname-excluded-only CNAME excluded-only
43cname-partial-excluded-good-a CNAME partial-excluded-good-a
44cname-partial-excluded-bad-a CNAME partial-excluded-bad-a
45cname-partial-excluded-only CNAME partial-excluded-only
46cname-a-only CNAME a-only
47cname-a-and-aaaa CNAME a-and-aaaa
48cname-aaaa-only CNAME aaaa-only
49cname-a-not-mapped CNAME a-not-mapped
50cname-mx-only CNAME mx-only
51cname-non-existent CNAME non-existent
52ttl-less-than-600 500 A 5.6.7.8
53ttl-more-than-600 700 A 5.6.7.8
54ttl-less-than-minimum 1100 A 5.6.7.8
55ttl-more-than-minimum 1300 A 5.6.7.8
56rpz 1500 A 99.99.99.99
57