summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/namedb/named.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf
index 7759725..ee22c00 100644
--- a/etc/namedb/named.conf
+++ b/etc/namedb/named.conf
@@ -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.
OpenPOWER on IntegriCloud