Oct 24 03 5:35 am
Oct 24 03 2:08 pm
Alex7 wrote:Hi!
Exists internal city-network (without routing to world), machine connected to it, access to external network (world) provided by another machine in city-network.
The question is: how set up WWW Proxy service to go througth cascaded proxy only for external sites, bypassing internal city-sites?
thanks
if (url.substring(0, 18) == "http://somemachine")
{return "DIRECT";}