-
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', support shadowsocks OTA.
- Loading branch information
Showing
7 changed files
with
14 additions
and
7 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,2 +1,3 @@ | ||
*.sublime* | ||
cow-proxy | ||
bin |
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 |
---|---|---|
|
@@ -66,7 +66,9 @@ listen = http://127.0.0.1:7777 | |
# | ||
# shadowsocks: | ||
# proxy = ss://encrypt_method:[email protected]:8388 | ||
# proxy = ss://encrypt_method-auth:[email protected]:8388 | ||
# | ||
# encrypt_method 添加 -auth 启用 One Time Auth | ||
# authinfo 中指定加密方法和密码,所有支持的加密方法如下: | ||
# aes-128-cfb, aes-192-cfb, aes-256-cfb, | ||
# bf-cfb, cast5-cfb, des-cfb, rc4-md5, | ||
|
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 |
---|---|---|
|
@@ -74,7 +74,9 @@ listen = http://127.0.0.1:7777 | |
# | ||
# shadowsocks: | ||
# proxy = ss://encrypt_method:[email protected]:8388 | ||
# proxy = ss://encrypt_method-auth:[email protected]:8388 | ||
# | ||
# Append -auth to encrypt_method to enable One Time Auth. | ||
# authinfo specifies encryption method and password. | ||
# Here are the supported encryption methods: | ||
# | ||
|
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