An open API service indexing awesome lists of open source software.

https://github.com/leecheeyong/proxy-checker

Multi thread node.js proxy checker
https://github.com/leecheeyong/proxy-checker

axios multithreading nodejs proxy socks4 socks5

Last synced: about 1 year ago
JSON representation

Multi thread node.js proxy checker

Awesome Lists containing this project

README

          

# "Multi Thread" Proxy Checker
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)

## About
- 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 (both `socks5.json` & `socks4.json`)

image

## Setup
- `socks4` & `socks5` proxies list urls are included, but feel free to edit or add more urls to the `socks4URL` & `socks5URL` array.
> Note that the lists (contents that are fetched from the urls) **must be formatted** in [this way (example)](https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks4.txt)
```
npm install
npm start
```

## Contribute
Feel free to open a pull request with any code/feature improvements

## License
This project is available as an open source under the terms of the [MIT License](./LICENSE)