named.conf revision cc51cd2d2076e33117c60c9effcb8caccde4983b
0N/A/*
0N/A * Copyright (C) 2000, 2001, 2004, 2007, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
0N/A *
0N/A * This Source Code Form is subject to the terms of the Mozilla Public
0N/A * License, v. 2.0. If a copy of the MPL was not distributed with this
0N/A * file, You can obtain one at http://mozilla.org/MPL/2.0/.
0N/A */
0N/A
0N/Acontrols { /* empty */ };
0N/A
0N/Aoptions {
0N/A query-source address 10.53.0.2;
0N/A notify-source 10.53.0.2;
0N/A transfer-source 10.53.0.2;
0N/A port 5300;
0N/A pid-file "named.pid";
0N/A listen-on { 10.53.0.2; };
0N/A listen-on-v6 { none; };
873N/A recursion no;
0N/A notify yes;
0N/A startup-notify-rate 5;
0N/A};
0N/A
0N/Ainclude "../../common/controls.conf";
3023N/A
0N/Azone "." {
0N/A type hint;
2086N/A file "../../common/root.hint";
0N/A};
0N/A
0N/Azone "example" {
0N/A type master;
1280N/A file "example.db";
0N/A // Check that named can handle a empty also-notify.
1308N/A also-notify { /* empty */ };
3023N/A};
1308N/A
1280N/Amasters noport { 10.53.0.4; };
0N/A
0N/Amasters x21 port 5301 { noport; };
0N/A
0N/Azone x1 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x2 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x3 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x4 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x5 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
1865N/Azone x6 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x7 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x8 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
1865N/Azone x9 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
1280N/Azone x10 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x11 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x12 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
1280N/Azone x13 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x14 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
2086N/Azone x15 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
2086N/Azone x16 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x17 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
602N/Azone x18 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
1308N/Azone x19 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x20 { type master; file "generic.db"; also-notify { 10.53.0.3; }; };
0N/Azone x21 { type master; file "x21.db"; allow-update { any; }; also-notify { x21; }; };
0N/A