On 9/26/2012 2:20 PM, Noc Phibee Telecom wrote:
> it's possible to put:
>
> acl fred proxy_auth fred
> acl denied_all dstdomain all
> acl allow_site dstdomain .example.com
> http_access allowed allow_site fred
> http_access deny denied_all fred
>
>
> correct ?
>
> thanks
just use:
http_access allow allow_site fred
http_access deny all
all is a basic acl embedded into squid sources.
when you deny all it means all
so first allow what you want specifically and then deny all just like that.
Regards,
Eliezer
-- Eliezer Croitoru https://www1.ngtech.co.il IT consulting for Nonprofit organizations eliezer <at> ngtech.co.ilReceived on Wed Sep 26 2012 - 21:22:50 MDT
This archive was generated by hypermail 2.2.0 : Thu Sep 27 2012 - 12:00:13 MDT