Hi,
On Thu, 31 Jan 2002, Erick Perez (Asesor de Seguridad Informatica)
wrote:
> Sirs,
>
> Will this work? I stopped and started my Squid and no error messages
> were given (in the logs).
> Transparent proxy is being used.
>
> acl mypasssite proxy_auth REQUIRED dstdomain .somestuff.com
> http_access allow mypasssite
No.
You want:
acl mypasssite proxy_auth REQUIRED
acl somestuff dstdomain .somestuff.com
http_access mypasssite somestuff
Colin
Received on Wed Jan 30 2002 - 23:14:34 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:01 MST