[squid-users] Re: Using squid to bridge proxies

From: babajaga <augustus_meyer_at_yahoo.de>
Date: Mon, 3 Feb 2014 21:39:21 -0800 (PST)

Should be quite easy. Way to go is to define a parent proxy in your private
squid as default.
And then using always_direct/never_direct (squid.conf keywords) for the
exceptions.

So, something like

....
cache_peer 192.168.0.1 parent 6139 0 no-query no-digest no-netdb-exchange
#To define co's proxy
...
acl to_locanet dst 192.168.0.0/8
....
always_direct allow to_localnet
never_direct allow all

in your squid.conf

--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Using-squid-to-bridge-proxies-tp4664573p4664579.html
Sent from the Squid - Users mailing list archive at Nabble.com.
Received on Tue Feb 04 2014 - 05:40:04 MST

This archive was generated by hypermail 2.2.0 : Tue Feb 04 2014 - 12:00:04 MST