binarycrusader / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Libproxy is not supporting SOCKS4 / SOCKS5 #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r629.

Original comment by npmccallum@gmail.com on 26 Mar 2010 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by nicolas.dufresne@gmail.com on 18 May 2010 at 3:02