named.conf revision e87f4948104ee5dd6a8d1b1f4c2842eded59206c
63af1a646a006867dbd99dc0aa74559d832a420fMark Andrews/*
63af1a646a006867dbd99dc0aa74559d832a420fMark Andrews * Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Copyright (C) 2000, 2001 Internet Software Consortium.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews *
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Permission to use, copy, modify, and/or distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * purpose with or without fee is hereby granted, provided that the above
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * copyright notice and this permission notice appear in all copies.
63af1a646a006867dbd99dc0aa74559d832a420fMark Andrews *
60988462e5d6db53205851d056e3482a29239be9Evan Hunt * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
60988462e5d6db53205851d056e3482a29239be9Evan Hunt * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
60988462e5d6db53205851d056e3482a29239be9Evan Hunt * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
60988462e5d6db53205851d056e3482a29239be9Evan Hunt * PERFORMANCE OF THIS SOFTWARE.
60988462e5d6db53205851d056e3482a29239be9Evan Hunt */
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt/* $Id: named.conf,v 1.22 2011/10/17 23:46:33 tbox Exp $ */
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Huntcontrols { /* empty */ };
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupontoptions {
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont query-source address 10.53.0.2;
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont notify-source 10.53.0.2;
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont transfer-source 10.53.0.2;
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont port 5300;
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont pid-file "named.pid";
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont listen-on { 10.53.0.2; };
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont listen-on-v6 { none; };
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont recursion no;
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont notify yes;
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont};
63af1a646a006867dbd99dc0aa74559d832a420fMark Andrews
zone "." {
type hint;
file "../../common/root.hint";
};
zone "example" {
type master;
file "example.db";
};