11573Srgrimes/*
21573Srgrimes * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
31573Srgrimes * Copyright (C) 2000, 2001  Internet Software Consortium.
41573Srgrimes *
51573Srgrimes * Permission to use, copy, modify, and/or distribute this software for any
61573Srgrimes * purpose with or without fee is hereby granted, provided that the above
71573Srgrimes * copyright notice and this permission notice appear in all copies.
81573Srgrimes *
91573Srgrimes * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
101573Srgrimes * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
111573Srgrimes * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
121573Srgrimes * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
131573Srgrimes * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
141573Srgrimes * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
151573Srgrimes * PERFORMANCE OF THIS SOFTWARE.
161573Srgrimes */
171573Srgrimes
181573Srgrimes/* Id: named.conf,v 1.7 2007/06/19 23:47:05 tbox Exp  */
191573Srgrimes
201573Srgrimescontrols { /* empty */ };
211573Srgrimes
221573Srgrimesoptions {
231573Srgrimes	query-source address 10.53.0.2;
241573Srgrimes	notify-source 10.53.0.2;
251573Srgrimes	transfer-source 10.53.0.2;
261573Srgrimes	port 5300;
271573Srgrimes	pid-file "named.pid";
281573Srgrimes	listen-on { 10.53.0.2; };
2950476Speter	listen-on-v6 { none; };
301573Srgrimes	recursion no;
311573Srgrimes	notify yes;
321573Srgrimes};
3379531Sru
341573Srgrimeszone "." {
351573Srgrimes	type hint;
361573Srgrimes	file "../../common/root.hint";
371573Srgrimes};
3859460Sphantom
3959460Sphantominclude "zones.conf";
401573Srgrimes