From: Henrik Nordstrom Date: Tue, 15 Sep 2009 23:49:34 +0000 (+0200) Subject: Remove the suggesting hinting that one may end http_access with "allow all". X-Git-Tag: SQUID_3_2_0_1~718 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51ae86b2df2629e32af7a4f799df5c4ef97c2f0e;p=thirdparty%2Fsquid.git Remove the suggesting hinting that one may end http_access with "allow all". Just mentioning "deny all" is sufficient, and less risky.. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 4de0b74cfe..afb26c31d5 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -829,8 +829,8 @@ DOC_START opposite of the last line in the list. If the last line was deny, the default is allow. Conversely, if the last line is allow, the default will be deny. For these reasons, it is a - good idea to have an "deny all" or "allow all" entry at the end - of your access lists to avoid potential confusion. + good idea to have an "deny all" entry at the end of your access + lists to avoid potential confusion. This clause supports both fast and slow acl types. See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.