named.conf revision 633c5dc507fa3133a6d49a55cfe84bf4fd522c72
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews/*
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark 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.
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews *
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews * PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id$ */
controls { /* empty */ };
options {
query-source address 10.53.0.2;
notify-source 10.53.0.2;
transfer-source 10.53.0.2;
port 5300;
pid-file "named.pid";
listen-on { 10.53.0.2; };
listen-on-v6 { none; };
recursion yes;
notify yes;
};
#statistics-channels { inet * port 8888 allow { any; }; };
include "../../common/controls.conf";
zone "." {
type hint;
file "../../common/root.hint";
};
zone "example" {
type master;
file "example.db";
allow-update { any; };
};