From: Amos Jeffries Date: Fri, 7 Aug 2009 12:44:51 +0000 (+1200) Subject: Docs: dstdomain is a 'FAST' group ACL. X-Git-Tag: SQUID_3_2_0_1~809 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e38c772451eccc5006bc6a8871e39ee7ebb9d426;p=thirdparty%2Fsquid.git Docs: dstdomain is a 'FAST' group ACL. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 225db5ffef..7d43ebb206 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -519,11 +519,11 @@ DOC_START acl aclname srcdomain .foo.com ... # reverse lookup, from client IP [slow] acl aclname dstdomain .foo.com ... - # Destination server from URL [slow] + # Destination server from URL [fast] acl aclname srcdom_regex [-i] \.foo\.com ... # regex matching client name [slow] acl aclname dstdom_regex [-i] \.foo\.com ... - # regex matching server [slow] + # regex matching server [fast] # # For dstdomain and dstdom_regex a reverse lookup is tried if a IP # based URL is used and no match is found. The name "none" is used