Skip to content

Commit 4b375a7

Browse files
author
大卫
committed
modify readme
1 parent cb9ac94 commit 4b375a7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

3433
And 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
5655
camellia-128-cfb
5756
camellia-192-cfb
5857
camellia-256-cfb
58+
chacha20
59+
chacha20-ietf
60+
rc4-md5
5961
```
6062

6163
### 兄弟版本 Brother version

0 commit comments

Comments
 (0)