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

How to use dynamic upstream proxy pool? #535

Closed gowy222 closed 2 months ago

gowy222 commented 2 months ago

After the service is started, if the custom script finds that the upstream proxy node IP is blocked, how to seamlessly switch to the new upstream node without restarting the server?

Or, I expect each request to go to a random upstream node..