Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
update README #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Sansui233 committed May 30, 2021
1 parent 6a132a5 commit b05ea18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Proxypool Health Check
## [中文教程](zh_CN_README.md)
## [中文教程](README_zh_CN.md)

## Info

Expand Down
8 changes: 4 additions & 4 deletions zh_CN_README.md → README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ port: # default: 80
cron_interval: 15 # default: 15 minutes
show_remote_speed: true # default false

healthcheck-timout: # default 5
healthcheck_timout: # default 5

speedtest: # default false
connection: # default 5
speed-timout: # default 10
speed_timout: # default 10
```
需要修改的参数:
Expand All @@ -91,8 +91,8 @@ speed-timout: # default 10
- `cron_interval`:工作间隔,默认15分钟
- `speedtest`:是否开启测速,默认关闭。开启测速会消耗大量流量。
- `connection`:测速并发连接数,默认值为 5。
- `speed-timeout`:单个节点测速时间限制,默认值为 10,单位为秒。超过此时间限制的节点会测速失败
- `healthcheck-timeout`:单个节点健康检测时间限制,默认值为 5,单位为秒。超过此时间限制的节点为无效节点
- `speed_timeout`:单个节点测速时间限制,默认值为 10,单位为秒。超过此时间限制的节点会测速失败
- `healthcheck_timeout`:单个节点健康检测时间限制,默认值为 5,单位为秒。超过此时间限制的节点为无效节点


如果您的Web服务器端口与proxypoolCheck服务端口不同,应该将web服务器端口放在配置中,并且设置环境变量`PORT`以供proxypoolCheck服务。当您使用frp时,这将非常有帮助。
Expand Down

0 comments on commit b05ea18

Please sign in to comment.