Files
bind9/bin/tests/system/notify/ns2/named.conf
2014-11-24 23:53:31 +00:00

71 lines
2.9 KiB
Plaintext

/*
* Copyright (C) 2004, 2007, 2011, 2014 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.23 2011/12/20 00:06:54 marka Exp $ */
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 no;
notify yes;
};
zone "." {
type hint;
file "../../common/root.hint";
};
zone "example" {
type master;
file "example.db";
// Check that named can handle a empty also-notify.
also-notify { /* empty */ };
};
masters noport { 10.53.0.4; };
masters x21 port 5301 { noport; };
zone x1 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x2 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x3 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x4 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x5 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x6 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x7 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x8 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x9 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x10 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x11 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x12 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x13 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x14 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x15 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x16 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x17 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x18 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x19 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x20 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
zone x21 { type master; file "x21.db"; allow-update { any; }; also-notify { x21; }; };