From: hno <> Date: Wed, 16 Jan 2008 16:30:39 +0000 (+0000) Subject: Mention the new myportname acl in the acl section X-Git-Tag: BASIC_TPROXY4~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=197f6b3c3ee970d4e57a8f48eedd8e557cd13a55;p=thirdparty%2Fsquid.git Mention the new myportname acl in the acl section --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 358a239b8b..5d150e8d1f 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.493 2008/01/14 13:19:48 hno Exp $ +# $Id: cf.data.pre,v 1.494 2008/01/16 09:30:39 hno Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -493,6 +493,7 @@ DOC_START acl aclname port 80 70 21 ... acl aclname port 0-1024 ... # ranges allowed acl aclname myport 3128 ... # (local socket TCP port) + acl aclname myportname 3128 ... # http(s)_port name acl aclname proto HTTP FTP ... acl aclname method GET POST ... acl aclname browser [-i] regexp ...