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: support SOCKS proxy #540

Closed jirimoravcik closed 1 week ago

jirimoravcik commented 1 week ago

This PR introduces support for SOCKS protocol.

dumbasPL commented 1 week ago

might wanna remove The SOCKS protocol is not supported yet from the readme ;)

jirimoravcik commented 1 week ago

might wanna remove The SOCKS protocol is not supported yet from the readme ;)

Will do, thanks for noticing 🙏