]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Some formatting issues in docs.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Jul 2009 12:43:09 +0000 (00:43 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 17 Jul 2009 12:43:09 +0000 (00:43 +1200)
Also add mention of one limit to the tcp_outgoing_addr IPv6 magic.

src/cf.data.pre

index b924d3909fd6a33c362cb24bd9ddc09b2dc52de5..62c9cc0d00b1dc620222ad91ac5e10e2f994efe1 100644 (file)
@@ -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