-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop', version 0.9.5
- Loading branch information
Showing
16 changed files
with
74 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: go | ||
go: | ||
- 1.3 | ||
- 1.4.2 | ||
env: | ||
- TRAVIS="yes" | ||
install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ | |
# listen = http://127.0.0.1:7777 | ||
# | ||
# 上面的例子中,cow 生成的 PAC url 为 http://127.0.0.1:7777/pac | ||
# 配置浏览器或系统 HTTP 和 HTTPS 代理时请填入该地址 | ||
# 若配置代理时有对所有协议使用该代理的选项,且你不清楚此选项的含义,请勾选 | ||
# | ||
# cow (需两个 cow 服务器配合使用): | ||
# listen = cow://encrypt_method:[email protected]:5678 | ||
|
@@ -67,7 +69,8 @@ listen = http://127.0.0.1:7777 | |
# | ||
# authinfo 中指定加密方法和密码,所有支持的加密方法如下: | ||
# aes-128-cfb, aes-192-cfb, aes-256-cfb, | ||
# bf-cfb, cast5-cfb, des-cfb, rc4-md5, rc4, table | ||
# bf-cfb, cast5-cfb, des-cfb, rc4-md5, | ||
# chacha20, salsa20, rc4, table | ||
# 推荐使用 aes-128-cfb | ||
# | ||
# cow: | ||
|
@@ -124,6 +127,9 @@ listen = http://127.0.0.1:7777 | |
# 最多允许使用多少个 CPU 核 | ||
#core = 2 | ||
|
||
# 检测超时时间使用的网站,最好使用能快速访问的站点 | ||
#estimateTarget = example.com | ||
|
||
# 允许建立隧道连接的端口,多个端口用逗号分隔,可重复多次 | ||
# 默认总是允许下列服务的端口: ssh, http, https, rsync, imap, pop, jabber, cvs, git, svn | ||
# 如需允许其他端口,请用该选项添加 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters