squid-users  

Re: [squid-users] Using a parent for certain websites.

Henrik Nordström
Thu, 11 Mar 2010 14:55:17 -0800

tor 2010-03-11 klockan 08:48 +0000 skrev twintu...@f2s.com:
> Hi Folks,
> 
> 3.0.19
> 
> What is the simplest way to get squid to fetch sites on specific URLS from a
> Specific Parent, and all other sites to be fetched directly?

acl parent_X_sites dstdomain .site.a .site.b
never_direct allow parent_X_sites
cache_peer_access parent.x allow parent_X_sites

Regards
Henrik