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

SOCKS5 support

jazoom opened this issue · comments

Is it within the scope of this library to eventually support SOCKS5 proxies?

I had a look through your code and the tests suggest it's not supported currently.

Currently, we don't have any plans for implementing the SOCKS5 support. However, PRs are more than welcome :) I'm closing the ticket for now.

Is it possible to use socks5 proxy as upstream proxy?