Hi !

I want to block:
http://*.google.com.cu

but allow:
http://www.google.com.cu/custom*

I mean deny all the subdomain of google.com.cu except all the URL that
contain the line below

I have Ubuntu with Squid 3.0 STABLE1 with this conf:

acl deny_google dstdom_regex -i google.com

acl allow_google urlpath_regex -i www.google.com.cu/custom

http_access allow allow_google
http_access deny deny_google

With this conf allow all the custom search but deny the rest. The
problem is that this configuration do not work ... what it's wrong ??


Thanksss !!

Reply via email to