2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

recommend listen-on-v6 { none; }; and add note about SunOS 5.6

thread signal problems
This commit is contained in:
Andreas Gustafsson
2000-06-14 22:32:06 +00:00
parent e2cb9ff071
commit b425d0fcd0

12
README
View File

@@ -93,7 +93,8 @@ BIND 9.0.0b4
More configuration options can be specified separately
for each view, including the "key" and "server" statements.
Numerous bug fixes and code cleanups.
Numerous bugs have been fixed and the code has been cleaned
up.
There are a few known bugs:
@@ -103,6 +104,15 @@ BIND 9.0.0b4
On some systems, IPv6 and IPv4 sockets interact in
unexpected ways. For details, see doc/misc/ipv6.
If your system supports IPv6 but you do not wish to
use it, you can avoid these problems by specifying
"listen-on-v6 { none; };" in the named.conf
options statement to turn off listening on IPv6
sockets.
There are known problems with thread signal handling
under SunOS 5.6.
For a detailed list of user-visible changes since beta 3, see
the CHANGES file.