named.conf revision 67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence/*
e87f4948104ee5dd6a8d1b1f4c2842eded59206cAutomatic Updater * Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington * Copyright (C) 2000, 2001 Internet Software Consortium.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater * Permission to use, copy, modify, and/or distribute this software for any
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * purpose with or without fee is hereby granted, provided that the above
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * copyright notice and this permission notice appear in all copies.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * PERFORMANCE OF THIS SOFTWARE.
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence */
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews/* $Id: named.conf,v 1.23 2011/12/20 00:06:54 marka Exp $ */
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrewscontrols { /* empty */ };
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyeroptions {
ee6fe1d1975604af266af6c370fc6193dae80fddMichael Sawyer query-source address 10.53.0.2;
dfd7798d8b870abf03795d8095297a4b982ab6e9Mark Andrews notify-source 10.53.0.2;
533df4efdafcf7a8b7292a298f45df9ab7f7f7f9Mark Andrews transfer-source 10.53.0.2;
10bc8ffed60f064a2950527a82d7fdffe91b6206Michael Sawyer port 5300;
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer pid-file "named.pid";
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer listen-on { 10.53.0.2; };
5a77e9620a0b2f7417469c98be374de49d0eccc6Andreas Gustafsson listen-on-v6 { none; };
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer recursion no;
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer notify yes;
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer};
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyerzone "." {
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer type hint;
1988fd60faefcc65119896996e0f33d91440b1d2Andreas Gustafsson file "../../common/root.hint";
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer};
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyerzone "example" {
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer type master;
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer file "example.db";
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews // Check that named can handle a empty also-notify.
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews also-notify { /* empty */ };
bd334e0366c0f21bf15de9282b02f1bed4ccde14Michael Sawyer};