named.conf revision f333ea9bdd3f85b74ae790e6c8ce2684295b3483
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence/*
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * Copyright (C) 2000 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 *
15a44745412679c30a6d022733925af70a38b715David Lawrence * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
15a44745412679c30a6d022733925af70a38b715David Lawrence * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
15a44745412679c30a6d022733925af70a38b715David Lawrence * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
15a44745412679c30a6d022733925af70a38b715David Lawrence * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
15a44745412679c30a6d022733925af70a38b715David Lawrence * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
15a44745412679c30a6d022733925af70a38b715David Lawrence * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
15a44745412679c30a6d022733925af70a38b715David Lawrence * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
15a44745412679c30a6d022733925af70a38b715David Lawrence * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence */
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence
f333ea9bdd3f85b74ae790e6c8ce2684295b3483Andreas Gustafsson/* $Id: named.conf,v 1.12 2000/11/28 19:06:49 gson Exp $ */
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyeroptions {
ee6fe1d1975604af266af6c370fc6193dae80fddMichael Sawyer query-source address 10.53.0.1;
f333ea9bdd3f85b74ae790e6c8ce2684295b3483Andreas Gustafsson notify-source 10.53.0.1;
4f37905cc38162128a507e619e38ae535720686bAndreas Gustafsson transfer-source 10.53.0.1;
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer port 5300;
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer pid-file "named.pid";
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer listen-on { 10.53.0.1; };
5a77e9620a0b2f7417469c98be374de49d0eccc6Andreas Gustafsson listen-on-v6 { none; };
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer recursion no;
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer notify yes;
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer};
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyerzone "." {
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer type master;
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer file "root.db";
dec3e76636390eb25db44659bdd7b3ff8b0468cbMichael Sawyer};