https://github.com/ssrlive/proxypoolcheck
本地检测 proxypool 节点的可用性
https://github.com/ssrlive/proxypoolcheck
Last synced: 2 months ago
JSON representation
本地检测 proxypool 节点的可用性
- Host: GitHub
- URL: https://github.com/ssrlive/proxypoolcheck
- Owner: ssrlive
- License: gpl-3.0
- Created: 2021-12-06T11:01:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T01:09:12.000Z (over 3 years ago)
- Last Synced: 2025-03-21T03:34:51.248Z (3 months ago)
- Language: Go
- Homepage: https://github.com/Sansui233/proxypoolCheck
- Size: 525 KB
- Stars: 15
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proxypool Health Check
## [中文教程](README_zh_CN.md)## Info
This is proxy health check and provider part of proxypool. You should have had a
[proxypool](https://github.com/ssrlive/proxypool) server available at first.Due to the poor availability of proceeding proxy health check on servers overseas, The best usage of this project is to run on your own server within Mainland China.
## Install&Run
Choose either.
### 1. Use release version
Download from [releases](https://github.com/ssrlive/proxypoolCheck/releases)
Don't forget to add 755 permissions
```
chmod +775 proxypoolcheck
```Put config.yaml into directory and run. You can use -c to specify configuration path.
```shell
./proxypoolCheck
# or
./proxypoolCheck -c PathToConfig
```### 2. Use Source
Make sure golang 1.16 installed. Then download source
```sh
$ go get -u -v github.com/ssrlive/proxypoolCheck
```And run
```shell script
$ go run main.go -c ./config/config.yaml
```
Compile into bin directory
```
make
```## Configuration
```yaml
# proxypool remote server url. Blank for http://127.0.0.1:8080
server_url:
- https://example.proxypoolserver.com
- https://example.proxypoolserver.com/clash/proxies?type=vmess# For your local server
request: http # http / https
domain: # default: 127.0.0.1
port: # default: 80cron_interval: 15 # default: 15 minutes
show_remote_speed: true # default falsehealthcheck_timeout: # default 5
healthcheck_connection: # default 100speedtest: # default false
speed_timeout: # default 10
speed_connection: # default 5
```If your web server port is not the same as proxypoolCheck serving port, you should put web server port in configuration, and set an environment variable `PORT` for proxypoolCheck to serve. This will be really helpful when you are doing frp.
```
export PORT=ppcheckport
```## 声明
本项目遵循 GNU General Public License v3.0 开源,在此基础上,所有使用本项目提供服务者都必须在网站首页保留指向本项目的链接
本项目仅限个人自己使用,**禁止使用本项目进行营利**和**做其他违法事情**,产生的一切后果本项目概不负责。
## Screenshots

