From: Amos Jeffries Date: Fri, 17 Jul 2009 12:43:09 +0000 (+1200) Subject: Some formatting issues in docs. X-Git-Tag: SQUID_3_2_0_1~872 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b185b506cb608d99e97fb371d3dc296f0287b82;p=thirdparty%2Fsquid.git Some formatting issues in docs. Also add mention of one limit to the tcp_outgoing_addr IPv6 magic. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index b924d3909f..62c9cc0d00 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1105,9 +1105,9 @@ DOC_START protocol= Protocol to reconstruct accelerated requests with. Defaults to http. - connection-auth[=on|off] - use connection-auth=off to tell Squid to prevent - forwarding Microsoft connection oriented authentication + connection-auth[=on|off] + use connection-auth=off to tell Squid to prevent + forwarding Microsoft connection oriented authentication (NTLM, Negotiate and Kerberos) disable-pmtu-discovery= @@ -1419,6 +1419,12 @@ DOC_START If peers are used the peername ACL are needed to select outgoing address which can link to the peer. + 'dst ipv6' is a slow ACL. It will only work here if 'dst' is used + previously in the http_access rules to locate the destination IP. + Some more magic may be needed for that: + http_access allow to_ipv6 !all + (meaning, allow if to IPv6 but not from anywhere ;) + DOC_END COMMENT_START