Hi all,
I am trying to get Squid to work as an open forwarding proxy, but with a greylist.
I am hoping to allow access to all websites through squid except certain websites. Sites which are not allowed will require authentication.
I tried this configuration:
http_access allow all
acl my_auth proxy_auth REQUIRED
acl google_users proxy_auth user1 user2 user3
acl google dstdomain .google.com
http_access deny google !google_users
http_access allow my_auth
but it simply allowed access to all websites instead of blocking *only* .google.com.
Is this sort of configuration possible with Squid, and if so, how can it be done?
Cheers,
Josh
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users