chill117 / proxy-verifier

NodeJS module to check proxies: if functional, anonymity level, tunneling, supported protocols.
MIT License
76 stars 16 forks source link

Stop running check #23

Open strarsis opened 5 years ago

strarsis commented 5 years ago

proxy-verifier is ran concurrently using an array of promises against a larger list of proxy candidates. When enough working proxies have been found (e.g. just only 1), the other running proxy checks should be stopped while still running.