On Tue, Jul 20, 2004 at 09:16:43AM -0300, Ricardo Hoffmann wrote:
> I have an acl url_regex like this.
> acl Test url_regex aaa-zzz.com
> http_access deny Test
>
> My doubt is if only this domain aaa-zzz.com would be reject, or every
> three letters combinations
> will be also. like ita.com
url_regex is just that: a regexp (regular expression). So
"aaa-zzz.com" would even match "aaa-zzzxcom.internic.net".
You may even use "dstdomain" instead of "url_regex".
See http://squid.visolve.com/squid/squid24s1/access_controls.htm#acl
for a verbose explanation.
Christoph
-- ~ ~ ".signature" [Modified] 3 lines --100%-- 3,41 AllReceived on Tue Jul 20 2004 - 07:49:26 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT