mirror of
https://github.com/zhigang1992/cow.git
synced 2026-05-01 02:42:36 +08:00
gofmt, add estimateTarget option in sample rc.
This commit is contained in:
@@ -126,6 +126,9 @@ listen = http://127.0.0.1:7777
|
||||
# 最多允许使用多少个 CPU 核
|
||||
#core = 2
|
||||
|
||||
# 检测超时时间使用的网站,最好使用能快速访问的站点
|
||||
#estimateTarget = example.com
|
||||
|
||||
# 允许建立隧道连接的端口,多个端口用逗号分隔,可重复多次
|
||||
# 默认总是允许下列服务的端口: ssh, http, https, rsync, imap, pop, jabber, cvs, git, svn
|
||||
# 如需允许其他端口,请用该选项添加
|
||||
|
||||
@@ -145,9 +145,8 @@ listen = http://127.0.0.1:7777
|
||||
# Maximum CPU core to use.
|
||||
#core = 2
|
||||
|
||||
# cow uses this site to estimate timeout, it must be a fast website,
|
||||
# default to www.baidu.com
|
||||
#EstimateTarget = www.baidu.com
|
||||
# cow uses this site to estimate timeout, better to use a fast website.
|
||||
#estimateTarget = example.com
|
||||
|
||||
# Ports allowed to create tunnel (HTTP CONNECT method), comma separated list
|
||||
# or repeat to append more ports.
|
||||
|
||||
Reference in New Issue
Block a user