32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
|
|
;
|
|
; Permission to use, copy, modify, and/or distribute this software for any
|
|
; purpose with or without fee is hereby granted, provided that the above
|
|
; copyright notice and this permission notice appear in all copies.
|
|
;
|
|
; 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.
|
|
|
|
; $Id: mytest0.db,v 1.3 2011/09/07 23:46:27 tbox Exp $
|
|
|
|
$ORIGIN test.
|
|
$TTL 15
|
|
test. 15 IN SOA ns1.test. hostmaster.test. (
|
|
1 ; serial
|
|
3H ; refresh
|
|
15 ; retry
|
|
1w ; expire
|
|
3h ; minimum
|
|
)
|
|
IN NS ns1.test.
|
|
IN NS ns2.test.
|
|
ns1 IN A 10.53.0.3
|
|
ns2 IN A 10.53.0.4
|
|
host1 IN A 192.168.10.3
|
|
host2 IN A 192.168.10.4
|