Add (commented out) directive and note regarding dumpfile location

when running in a sandbox.

Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
This commit is contained in:
Matthew Dillon 1998-12-23 06:06:13 +00:00
parent 9858fcda2e
commit 35fb56f97e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42027

View File

@ -1,4 +1,4 @@
// $Id: named.conf,v 1.3 1998/12/01 21:36:33 dillon Exp $
// $Id: named.conf,v 1.4 1998/12/02 19:59:24 dillon Exp $
//
// Refer to the named(8) man page for details. If you are ever going
// to setup a primary server, make sure you've understood the hairy
@ -31,6 +31,12 @@ options {
* port by default.
*/
// query-source address * port 53;
/*
* If running in a sandbox, you may have to specify a different
* location for the dumpfile.
*/
// dump-file "s/named_dump.db";
};
// Note: the following will be supported in a future release.