<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi all,<div><br></div><div>I am trying to get Squid to work as an open forwarding proxy, but with a greylist.</div><div><br></div><div>I am hoping to allow access to all websites through squid except certain websites. Sites which are not allowed will require authentication.</div><div><br></div><div>I tried this configuration:</div><div>http_access allow all</div><div><div>acl my_auth proxy_auth REQUIRED</div><div>acl google_users proxy_auth user1 user2 user3</div><div>acl google dstdomain .<a href="http://google.com">google.com</a></div><div>http_access deny google !google_users</div><div>http_access allow my_auth </div></div><div><br></div><div>but it simply allowed access to all websites instead of blocking *only* .<a href="http://google.com">google.com</a>.</div><div><br></div><div>Is this sort of configuration possible with Squid, and if so, how can it be done?</div><div><br></div><div>Cheers,</div><div>Josh</div></div></div></div></div>