apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.
https://www.npmjs.com/package/proxy-chain
Apache License 2.0
804 stars 138 forks source link

SOCKS5 support #373

Closed bacnt2412 closed 5 days ago

bacnt2412 commented 1 year ago

Please support socks5 Thank pro

jancurn commented 1 year ago

Hopefully we will soon: https://github.com/apify/proxy-chain/pull/370

bacnt2412 commented 1 year ago

I need to create a proxy server that supports type socks5, not upstream with socks5

bacnt2412 commented 1 year ago

Server socks5 same library https://github.com/brozeph/simple-socks

nosovk commented 1 year ago

It would be nice to have it. There is some forks that could be good starting point - https://github.com/yovanoc/proxy-chain

kaptinlin commented 1 year ago

@nosovk looks good @bacnt2412 when support?

AkiraWang89 commented 2 months ago

Do socks5 work now?

ARNboy commented 1 week ago

Still waiting for this for long time... Please

nosovk commented 1 week ago

We added some additional proxy ourselves inside the project, and point browser to it.

jancurn commented 1 week ago

We're on it, thanks for your patience

ARNboy commented 1 week ago

Thank you so much..

jirimoravcik commented 5 days ago

Closing as support for SOCKS has been added in 2.5.0, which is now released.