removed redundant "directory ." option

This commit is contained in:
Andreas Gustafsson
2000-09-01 19:36:05 +00:00
parent ecbe731ce4
commit 321a6df4ff
23 changed files with 23 additions and 46 deletions

View File

@@ -15,12 +15,11 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.5 2000/08/01 01:15:33 tale Exp $ */
/* $Id: named.conf,v 1.6 2000/09/01 19:27:16 gson Exp $ */
options {
query-source address 10.53.0.1;
port 5300;
directory ".";
pid-file "named.pid";
listen-on { 10.53.0.1; };
listen-on-v6 {none;};