mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-17 16:18:06 -04:00
add default install location and directory example
This commit is contained in:
parent
b90f03ba35
commit
40a54f2ebe
1 changed files with 9 additions and 4 deletions
|
|
@ -2,11 +2,11 @@ Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
|
|||
Copyright (C) 2001, 2003 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: readme1st.txt,v 1.7.2.4.4.4 2005/09/06 02:12:43 marka Exp $
|
||||
$Id: readme1st.txt,v 1.7.2.4.4.5 2007/05/02 05:09:01 marka Exp $
|
||||
|
||||
Release of BIND 9.3 for Window NT/2000/XP/2003
|
||||
Release of BIND 9.3 for Window 2000/XP/2003
|
||||
|
||||
This is a release of BIND 9.3 for Window NT/2000/XP/2003.
|
||||
This is a release of BIND 9.3 for Window 2000/XP/2003.
|
||||
Only IPv4 stacks are supported on the box running this version of BIND.
|
||||
IPv6 stacks will be supported in a future release.
|
||||
|
||||
|
|
@ -33,7 +33,12 @@ it needs to read.
|
|||
|
||||
It is important that on Windows the directory directive is used in
|
||||
the options section to tell BIND where to find the files used in
|
||||
named.conf.
|
||||
named.conf (default %WINDOWS%\system32\dns\etc\named.conf).
|
||||
|
||||
e.g.
|
||||
options {
|
||||
directory "C:\WINDOWS\system32\dns\etc";
|
||||
};
|
||||
|
||||
If you have previously installed BIND 8 or BIND 4 on the system that
|
||||
you wish to install this kit, you MUST use the BIND 8 or BIND 4 installer
|
||||
|
|
|
|||
Loading…
Reference in a new issue