2009-10-27 23:47:45 +00:00
|
|
|
; Copyright (C) 2004, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
|
2002-02-20 03:35:59 +00:00
|
|
|
; Copyright (C) 2000-2002 Internet Software Consortium.
|
2000-08-01 01:33:37 +00:00
|
|
|
;
|
2007-06-18 23:47:57 +00:00
|
|
|
; Permission to use, copy, modify, and/or distribute this software for any
|
2000-06-22 01:01:45 +00:00
|
|
|
; purpose with or without fee is hereby granted, provided that the above
|
|
|
|
; copyright notice and this permission notice appear in all copies.
|
2000-08-01 01:33:37 +00:00
|
|
|
;
|
2004-03-05 05:14:21 +00:00
|
|
|
; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
|
|
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
|
|
; AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
|
|
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
|
; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
|
|
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
|
; PERFORMANCE OF THIS SOFTWARE.
|
2000-07-27 09:55:03 +00:00
|
|
|
|
2010-01-18 19:19:31 +00:00
|
|
|
; $Id: example.db.in,v 1.23 2010/01/18 19:19:31 each Exp $
|
2000-06-22 22:00:42 +00:00
|
|
|
|
2000-05-15 22:53:15 +00:00
|
|
|
$TTL 300 ; 5 minutes
|
|
|
|
@ IN SOA mname1. . (
|
|
|
|
2000042407 ; serial
|
|
|
|
20 ; refresh (20 seconds)
|
|
|
|
20 ; retry (20 seconds)
|
|
|
|
1814400 ; expire (3 weeks)
|
|
|
|
3600 ; minimum (1 hour)
|
|
|
|
)
|
|
|
|
NS ns2
|
2000-05-17 22:10:42 +00:00
|
|
|
NS ns3
|
2000-05-15 22:53:15 +00:00
|
|
|
ns2 A 10.53.0.2
|
2000-05-17 22:10:42 +00:00
|
|
|
ns3 A 10.53.0.3
|
2000-05-15 22:53:15 +00:00
|
|
|
|
|
|
|
a A 10.0.0.1
|
|
|
|
b A 10.0.0.2
|
|
|
|
d A 10.0.0.4
|
|
|
|
|
2001-02-20 18:33:50 +00:00
|
|
|
; Used for testing ANY queries
|
|
|
|
foo TXT "testing"
|
|
|
|
foo A 10.0.1.0
|
|
|
|
|
2009-12-30 08:02:23 +00:00
|
|
|
bad-cname CNAME a
|
|
|
|
bad-dname DNAME @
|
|
|
|
|
2001-02-20 18:33:50 +00:00
|
|
|
; Used for testing CNAME queries
|
|
|
|
cname1 CNAME cname1-target
|
|
|
|
cname1-target TXT "testing cname"
|
|
|
|
|
|
|
|
cname2 CNAME cname2-target
|
|
|
|
cname2-target TXT "testing cname"
|
|
|
|
|
|
|
|
; Used for testing DNAME queries
|
|
|
|
dname1 DNAME dname1-target
|
|
|
|
foo.dname1-target TXT "testing dname"
|
|
|
|
|
|
|
|
dname2 DNAME dname2-target
|
|
|
|
foo.dname2-target TXT "testing dname"
|
|
|
|
|
2000-05-15 22:53:15 +00:00
|
|
|
; A secure subdomain
|
|
|
|
secure NS ns.secure
|
|
|
|
ns.secure A 10.53.0.3
|
|
|
|
|
|
|
|
; An insecure subdomain
|
2000-05-17 22:10:42 +00:00
|
|
|
insecure NS ns.insecure
|
2000-05-15 22:53:15 +00:00
|
|
|
ns.insecure A 10.53.0.3
|
|
|
|
|
2000-05-17 22:10:42 +00:00
|
|
|
; A secure subdomain we're going to inject bogus data into
|
|
|
|
bogus NS ns.bogus
|
|
|
|
ns.bogus A 10.53.0.3
|
|
|
|
|
2002-01-22 22:27:29 +00:00
|
|
|
; A dynamic secure subdomain
|
|
|
|
dynamic NS dynamic
|
|
|
|
dynamic A 10.53.0.3
|
|
|
|
|
2004-04-15 23:40:27 +00:00
|
|
|
; A insecure subdomain
|
|
|
|
mustbesecure NS ns.mustbesecure
|
|
|
|
ns.mustbesecure A 10.53.0.3
|
|
|
|
|
2004-05-05 01:32:58 +00:00
|
|
|
; A rfc2535 signed zone w/ CNAME
|
|
|
|
rfc2535 NS ns.rfc2535
|
|
|
|
ns.rfc2535 A 10.53.0.3
|
|
|
|
|
2000-05-15 22:53:15 +00:00
|
|
|
z A 10.0.0.26
|
2001-09-19 21:19:52 +00:00
|
|
|
|
|
|
|
keyless NS ns.keyless
|
|
|
|
ns.keyless A 10.53.0.3
|
2004-01-14 02:06:51 +00:00
|
|
|
|
2008-09-24 02:46:23 +00:00
|
|
|
nsec3 NS ns.nsec3
|
|
|
|
ns.nsec3 A 10.53.0.3
|
|
|
|
|
|
|
|
optout NS ns.optout
|
|
|
|
ns.optout A 10.53.0.3
|
|
|
|
|
|
|
|
nsec3-unknown NS ns.nsec3-unknown
|
|
|
|
ns.nsec3-unknown A 10.53.0.3
|
|
|
|
|
|
|
|
optout-unknown NS ns.optout-unknown
|
|
|
|
ns.optout-unknown A 10.53.0.3
|
|
|
|
|
|
|
|
multiple NS ns.multiple
|
|
|
|
ns.multiple A 10.53.0.3
|
|
|
|
|
2004-01-14 02:06:51 +00:00
|
|
|
*.wild A 10.0.0.27
|
2009-10-27 22:25:37 +00:00
|
|
|
|
|
|
|
rsasha256 NS ns.rsasha256
|
|
|
|
ns.rsasha256 A 10.53.0.3
|
|
|
|
|
|
|
|
rsasha512 NS ns.rsasha512
|
|
|
|
ns.rsasha512 A 10.53.0.3
|
2010-01-18 19:19:31 +00:00
|
|
|
|
|
|
|
kskonly NS ns.kskonly
|
|
|
|
ns.kskonly A 10.53.0.3
|