]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: dstdomain is a 'FAST' group ACL.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 7 Aug 2009 12:44:51 +0000 (00:44 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 7 Aug 2009 12:44:51 +0000 (00:44 +1200)
src/cf.data.pre

index 225db5ffef72b62eb43d5447b39a14cbdd6f87ae..7d43ebb20606ee6de439f96dfc33a922ac08c570 100644 (file)
@@ -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