From: Amos Jeffries Date: Wed, 13 Jan 2010 01:24:48 +0000 (+1300) Subject: Docs: dstdomain is a 'FAST' group ACL. X-Git-Tag: SQUID_3_1_0_16~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=551f8b56d440628619640f1ead8e5c4863e0ffd2;p=thirdparty%2Fsquid.git Docs: dstdomain is a 'FAST' group ACL. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index b7756c3215..c4bb138860 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -523,11 +523,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