A FAST node.js proxy checker that validates and filter out working SOCKS4 & SOCKS5 proxies from a raw & unfiltered source
The scripts are not using up lots of CPU, but it's just significantly faster than running a single instance (runner)
- Easy to use
- Multi threaded (configurable)
- Significantly faster
- No duplicated entries
- Capable of processing/checking lots of proxies from raw data
- Output as an array in
JSON
form (bothsocks5.json
&socks4.json
)
socks4
&socks5
proxies list urls are included, but feel free to edit or add more urls to thesocks4URL
&socks5URL
array.
Note that the lists (contents that are fetched from the urls) must be formatted in this way (example)
npm install
npm start
Feel free to open a pull request with any code/feature improvements
This project is available as an open source under the terms of the MIT License