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
6
6
7
7
本版本为shadowsocks android版的纯java版本
8
8
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.
12
11
13
12
14
13
代码多整理自 [ smartproxy] ( https://github.com/hedaode/SmartProxy ) 和 [ shadowsocks-java] ( https://github.com/blakey22/shadowsocks-java )
@@ -33,11 +32,11 @@ ss://base64encode(method:password@host:port)
33
32
34
33
And also it inherited the support of http(s) proxy from Smartproxy , Set the url as stardand http(s) proxy format when use it.
35
34
36
- http(s)代理格式
35
+ http代理格式
37
36
38
- http(s) proxy foramt:
37
+ http proxy foramt:
39
38
```
40
- http(s) ://(username:passsword)@host:port
39
+ http://(username:passsword)@host:port
41
40
```
42
41
43
42
支持的加密类型:
@@ -56,6 +55,9 @@ aes-256-ofb
56
55
camellia-128-cfb
57
56
camellia-192-cfb
58
57
camellia-256-cfb
58
+ chacha20
59
+ chacha20-ietf
60
+ rc4-md5
59
61
```
60
62
61
63
### 兄弟版本 Brother version
You can’t perform that action at this time.
0 commit comments