diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-23 06:06:13 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-23 06:06:13 +0000 |
| commit | 35fb56f97e2a2708a898d1f0defe4524f171fe40 (patch) | |
| tree | c4bb1b7f5656505c6d3a3b938f565ed151b3eb5c /etc/namedb | |
| parent | 9858fcda2e2b12ccaefa132201a28566b0a0c70d (diff) | |
Notes
Diffstat (limited to 'etc/namedb')
| -rw-r--r-- | etc/namedb/named.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index 7759725c33c7..ee22c00eca40 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. |
