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

feat: socks proxy #370

Closed yovanoc closed 2 weeks ago

yovanoc commented 1 year ago

Supports for socks proxy:

I've published under https://www.npmjs.com/package/proxy-chain-with-socks for testing purposes.

Insadem commented 1 year ago

Sometimes I getting "No host" exception in socks-proxy-agent/dist/index.js - line 29. I didn't save callstack, because I thought I will be able recreate this bug. But, I remember that this started from proxy-chain-with-socks/dist/socks/forwardSocks.js - line 35. It happened after ~40 sec of app launch. I wish I could give more info, but I can't recreate this glitch anymore.

jirimoravcik commented 2 weeks ago

Closing as support for SOCKS has been added in 2.5.0.