]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: dstdomain is a 'FAST' group ACL.
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 13 Jan 2010 01:24:48 +0000 (14:24 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 13 Jan 2010 01:24:48 +0000 (14:24 +1300)
src/cf.data.pre

index b7756c321533577af14abf23a686de911374c5cd..c4bb1388600f23c94ae69d4ab0289165e37bf5f8 100644 (file)
@@ -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