For PAC files like this
==============================
function FindProxyForURL(url, host) {
if (dnsDomainIs(host, ".wherever.com"))
return SOCKS5 localhost:1080;
else
return DIRECT;
}
==============================
Libproxy is failing to get the correct details.
It works fine with 'SOCKS', but fails with 'SOCKS4' and 'SOCKS5'.
Parimal Das
Original issue reported on code.google.com by parimal....@gmail.com on 19 Mar 2010 at 2:23
Original issue reported on code.google.com by
parimal....@gmail.com
on 19 Mar 2010 at 2:23