gofmt, add estimateTarget option in sample rc.

This commit is contained in:
Chen Yufei
2015-03-01 22:40:29 +08:00
parent ce1ea07a36
commit a4211c9c69
3 changed files with 10 additions and 11 deletions

View File

@@ -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
# 如需允许其他端口,请用该选项添加

View File

@@ -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.