From b425d0fcd089052a43e4f28c30bfddd6f1e93b8f Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 14 Jun 2000 22:32:06 +0000 Subject: [PATCH] recommend listen-on-v6 { none; }; and add note about SunOS 5.6 thread signal problems --- README | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README b/README index b53c75aa3b..91ccd79fbf 100644 --- a/README +++ b/README @@ -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.