named1.conf revision 27c1fa93a0b4cef925ddbc69e6cd2bdb78240fea
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence/*
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * Copyright (C) 2000 Internet Software Consortium.
d0be1e954bd4674fc27f2616c72adb37cf3525a2David 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
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * copyright notice and this permission notice appear in all copies.
15a44745412679c30a6d022733925af70a38b715David Lawrence *
15a44745412679c30a6d022733925af70a38b715David Lawrence * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
15a44745412679c30a6d022733925af70a38b715David Lawrence * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
15a44745412679c30a6d022733925af70a38b715David Lawrence * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
15a44745412679c30a6d022733925af70a38b715David Lawrence * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
15a44745412679c30a6d022733925af70a38b715David Lawrence * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
15a44745412679c30a6d022733925af70a38b715David Lawrence * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
15a44745412679c30a6d022733925af70a38b715David Lawrence * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
d0be1e954bd4674fc27f2616c72adb37cf3525a2David Lawrence * SOFTWARE.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence */
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer/* $Id: named1.conf,v 1.8 2000/07/10 11:39:47 tale Exp $ */
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyeroptions {
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer query-source address 10.53.0.2;
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer port 5300;
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer pid-file "named.pid";
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer listen-on { 10.53.0.2; };
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer listen-on-v6 {none;};
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer recursion no;
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer notify yes;
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer};
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyerkey rndc_key {
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer secret "1234abcd8765";
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer algorithm hmac-md5;
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer};
f4f73ec517c5389acb234bc737265f8c98ad17f9Michael Sawyer
controls {
inet 10.53.0.2 port 9953 allow { 10.53.0.2; } keys { rndc_key; };
};
zone "." {
type hint;
file "root.hint";
};
zone "example" {
type master;
file "example.db";
allow-update { any; };
};