]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: fix incorrect ssl_bump example SQUID_3_5_14
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 15 Feb 2016 13:58:48 +0000 (02:58 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 15 Feb 2016 13:58:48 +0000 (02:58 +1300)
ChangeLog
src/cf.data.pre

index 820831dca4d2cff8f78235ca15542431ac0eb961..9bdc4ab1b1d56ef5590478b900e445d3fb2041c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ Changes to squid-3.5.14 (16 Feb 2016):
        - Fix compile error in CPU affinity
        - Fix %un logging external ACL username
        - Avoid more certificate validation memory leaks
+       - ... and some documentation updates
 
 Changes to squid-3.5.13 (06 Jan 2016):
 
index 9a4ee228876422b5fbfa07ae1ac80d619d9e6be2..3bb232379afd34df0d168a07712037b2de594f55 100644 (file)
@@ -2718,10 +2718,10 @@ DOC_START
        See also: http_port ssl-bump, https_port ssl-bump, and acl at_step.
 
 
-       # Example: Bump all requests except those originating from
+       # Example: Bump all TLS connections except those originating from
        # localhost or those going to example.com.
 
-       acl broken_sites dstdomain .example.com
+       acl broken_sites ssl::server_name .example.com
        ssl_bump splice localhost
        ssl_bump splice broken_sites
        ssl_bump bump all