apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.

Home Page:https://www.npmjs.com/package/proxy-chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

providing Socks server with authentication for upstream proxy

DanialV opened this issue · comments

Is there any to use a socks proxy for upstreamProxyUrl? I couldn't find any way to achieve this in the documents.

Currently proxy-chains have no support for SOCKS5, but pull requests are always welcome :)

For a reference, adding link to a package that might do the job: https://www.npmjs.com/package/socks

Actually, it might be easier than thought - #69

Closing in favor of #69