2018-02-23 03:53:12 -05:00
|
|
|
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2001-08-08 20:33:47 -04:00
|
|
|
;
|
2016-06-27 00:56:38 -04:00
|
|
|
; This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2018-02-23 03:53:12 -05:00
|
|
|
;
|
|
|
|
|
; See the COPYRIGHT file distributed with this work for additional
|
|
|
|
|
; information regarding copyright ownership.
|
2001-08-08 20:33:47 -04:00
|
|
|
|
2007-06-19 19:47:24 -04:00
|
|
|
; $Id: include.db,v 1.5 2007/06/19 23:47:04 tbox Exp $
|
2001-08-01 15:01:02 -04:00
|
|
|
|
|
|
|
|
; Test $INCLUDE current domain name and origin semantics
|
|
|
|
|
|
|
|
|
|
$TTL 300
|
|
|
|
|
@ IN SOA ns hostmaster (
|
|
|
|
|
1 ; serial
|
|
|
|
|
3600
|
|
|
|
|
1800
|
|
|
|
|
1814400
|
|
|
|
|
3600
|
|
|
|
|
)
|
|
|
|
|
NS ns
|
|
|
|
|
|
|
|
|
|
ns A 127.0.0.1
|
|
|
|
|
|
|
|
|
|
a A 10.0.0.1
|
|
|
|
|
$INCLUDE sub.db a
|
|
|
|
|
; use the current domain name
|
|
|
|
|
A 10.0.0.99
|
|
|
|
|
b A 10.0.0.2
|
|
|
|
|
$ORIGIN b
|
|
|
|
|
$INCLUDE sub.db
|
|
|
|
|
; use the current domain name
|
2012-12-18 22:37:23 -05:00
|
|
|
; A 10.0.0.99
|
2001-08-01 15:01:02 -04:00
|
|
|
c A 10.0.0.3
|