Proxypool Health Check
Info
This is node health check and provider part of proxypool. You should have had a
proxypool server available at first.
Due to the poor availability of proceeding node health check on servers overseas, The best usage of this project is to run on your own server within Mainland China.
Install
Choose either.
1. Using release version
Download from releases
Put config.yaml into directory and run. You can use -c to specify configuration path.
./proxypoolCheck
# or
./proxypoolCheck -c PathToConfig
2. Compile Source
Make sure golang installed. Then download source
$ go get -u -v github.com/Sansui233/proxypoolCheck
And run
$ go run main.go -c ./config/config.yaml
Usage
Set your config.yaml
and run. It will tell you where to check result.
Default: http://127.0.0.1:8080
声明
本项目遵循 GNU General Public License v3.0 开源,在此基础上,所有使用本项目提供服务者都必须在网站首页保留指向本项目的链接
本项目仅限个人自己使用,禁止使用本项目进行营利和做其他违法事情,产生的一切后果本项目概不负责。
Screenshots
![](https://github.com/Sansui233/proxypoolCheck/raw/v0.1.1/doc/1.png)
![](https://github.com/Sansui233/proxypoolCheck/raw/v0.1.1/doc/2.png)