----- Original Message -----
> From: "Stinn, Ryan" <ryan.st...@htcsd.ca>
> To: "squid-users@squid-cache.org" <squid-users@squid-cache.org>
> Cc: 
> Sent: Saturday, 16 February 2013 4:13 AM
> Subject: [squid-users] Redirect Youtube out second ISP
> 
> I'm wondering if it's possible to use squid to redirect youtube out a 
> second ISP line. We have two connections and I'd like to push all youtube 
> out the second connection. 

Try this:

acl dstdom_regex yt -i youtube
tcp_outgoing_address yt 1.2.3.4

1.2.3.4 is IP address of 2nd line (should be on same machine as squid).

Amm.

Reply via email to