named.conf revision c07c2a862e0f9d671e2961cd179c7b28d7b04f10
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews/*
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * Copyright (C) 2000, 2001 Internet Software Consortium.
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews *
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * Permission to use, copy, modify, and/or distribute this software for any
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * purpose with or without fee is hereby granted, provided that the above
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * copyright notice and this permission notice appear in all copies.
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews *
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews * PERFORMANCE OF THIS SOFTWARE.
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews */
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews/* $Id: named.conf,v 1.15 2009/05/29 23:47:49 tbox Exp $ */
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrewscontrols { /* empty */ };
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrewsoptions {
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews query-source address 10.53.0.1;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews notify-source 10.53.0.1;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews transfer-source 10.53.0.1;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews port 5300;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews pid-file "named.pid";
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews listen-on { 10.53.0.1; };
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews listen-on-v6 { none; };
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews recursion no;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews};
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrewszone "." {
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews type master;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews file "root.db";
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews};
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews