named.conf revision dafcb997e390efa4423883dafd100c975c4095d6
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence/*
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington * Copyright (C) 2000, 2001 Internet Software Consortium.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * Permission to use, copy, modify, and 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
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews/* $Id: named.conf,v 1.19 2004/03/05 05:04:08 marka Exp $ */
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrewscontrols { /* empty */ };
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafssonoptions {
ee6fe1d1975604af266af6c370fc6193dae80fddMichael Sawyer query-source address 10.53.0.2;
f333ea9bdd3f85b74ae790e6c8ce2684295b3483Andreas Gustafsson notify-source 10.53.0.2;
533df4efdafcf7a8b7292a298f45df9ab7f7f7f9Mark Andrews transfer-source 10.53.0.2;
10bc8ffed60f064a2950527a82d7fdffe91b6206Michael Sawyer port 5300;
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson pid-file "named.pid";
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson listen-on { 10.53.0.2; };
5a77e9620a0b2f7417469c98be374de49d0eccc6Andreas Gustafsson listen-on-v6 { none; };
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson recursion no;
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson notify yes;
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson transfers-in 5;
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson transfers-per-ns 5;
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson};
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafssonzone "." {
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson type hint;
1988fd60faefcc65119896996e0f33d91440b1d2Andreas Gustafsson file "../../common/root.hint";
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson};
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson
a2b565626ba9a98eecc7b82cb86c6d68c38d3d94Michael Sawyerzone "changing." {
a2b565626ba9a98eecc7b82cb86c6d68c38d3d94Michael Sawyer type slave;
a2b565626ba9a98eecc7b82cb86c6d68c38d3d94Michael Sawyer masters { 10.53.0.1; };
a2b565626ba9a98eecc7b82cb86c6d68c38d3d94Michael Sawyer file "changing.bk";
a2b565626ba9a98eecc7b82cb86c6d68c38d3d94Michael Sawyer};
a2b565626ba9a98eecc7b82cb86c6d68c38d3d94Michael Sawyer
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafssoninclude "zones.conf";