File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ Last release: [Download](https://github.com/dawei101/shadowsocks-android-java/re
66
77本版本为shadowsocks android版的纯java版本
88
9- 因为实现原理的缘故,会牺牲掉很多功能(比如dns解析),虽然省电,但在速度有明显不足。建议作为玩具使用。
10-
11- This version of shadowsocks for android is pure java version,take it as a toy please.
9+ 因为实现原理的缘故,会牺牲掉很多功能(比如dns解析).
10+ This version of shadowsocks for android is pure java version.
1211
1312
1413代码多整理自 [ smartproxy] ( https://github.com/hedaode/SmartProxy ) 和 [ shadowsocks-java] ( https://github.com/blakey22/shadowsocks-java )
@@ -33,11 +32,11 @@ ss://base64encode(method:password@host:port)
3332
3433And also it inherited the support of http(s) proxy from Smartproxy , Set the url as stardand http(s) proxy format when use it.
3534
36- http(s)代理格式
35+ http代理格式
3736
38- http(s) proxy foramt:
37+ http proxy foramt:
3938```
40- http(s) ://(username:passsword)@host:port
39+ http://(username:passsword)@host:port
4140```
4241
4342支持的加密类型:
@@ -56,6 +55,9 @@ aes-256-ofb
5655camellia-128-cfb
5756camellia-192-cfb
5857camellia-256-cfb
58+ chacha20
59+ chacha20-ietf
60+ rc4-md5
5961```
6062
6163### 兄弟版本 Brother version
You can’t perform that action at this time.
0 commit comments