Re: squid proxy help

From: Duane Wessels <wessels@dont-contact.us>
Date: Mon, 31 Jul 2000 21:16:56 -0600

On Tue, 1 Aug 2000, Rajesh Bandar wrote:

> Hi,
>
> I am running Squid Version 2.2.STABLE4 on a Sun box (Solaris 2.6). I just want
> to know if there is any way I can ask squid to not to go through the peer cache
> for one particular web site.
>
> Eg: If I access http://www.hotmail.com/ it shouldn't go through the peer cache.
> I want to access the web site directly without going through the peer cache.

Sure, just use the always_direct access list.

For example, if you want Squid to connect directly to hotmail.com
servers, you can use these lines in your config file:

        acl hotmail dstdomain .hotmail.com
        always_direct allow hotmail
Received on Mon Jul 31 2000 - 21:19:23 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:37 MST