Skip to content

Commit 1d9fa3a

Browse files
authored
Update README.md
1 parent dda1346 commit 1d9fa3a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ sha1 hash: 8cf9fde49f2f5b875d4bfd0968dec04bb788d326
77
### 关于 About
88

99
本版本为shadowsocks android版的纯java版本
10+
1011
This version of shadowsocks for android is pure java version
1112

1213

1314
代码多整理自 [smartproxy](https://github.com/hedaode/SmartProxy)[shadowsocks-java](https://github.com/blakey22/shadowsocks-java)
15+
1416
Most code is merged from [smartproxy](https://github.com/hedaode/SmartProxy) and [shadowsocks-java](https://github.com/blakey22/shadowsocks-java)
1517

1618

1719
本shadowsocks-android的特点继承了SmartProxy的优点: 体积小,耗电低,设置保持最简单的方式
20+
1821
This app inherit Smartproxy's feature: tiny/low power cost/simple operation
1922

2023
shadowsocks设置格式:
24+
2125
shadowsocks settings format
2226

2327
```
@@ -26,15 +30,18 @@ ss://base64encode(method:password@host:port)
2630
```
2731

2832
其中代码保留了SmartProxy对http(s)代理的支持, 使用时将配置链接填写标准http(s)代理格式即可.
33+
2934
And also it inherited the support of http(s) proxy from Smartproxy , Set the url as stardand http(s) proxy format when use it.
3035

3136
http(s)代理格式
37+
3238
http(s)proxy foramt:
3339
```
3440
http(s)://(username:passsword)@host:port
3541
```
3642

3743
支持的加密类型:
44+
3845
Support methods of encryption:
3946

4047
```
@@ -52,13 +59,15 @@ camellia-256-cfb
5259
```
5360

5461
如有问题请及时反馈
62+
5563
If you have any issue, please give a report
5664

5765
### 兄弟版本 Brother version
5866

5967
##### [Shadowsocks android(Scala)](https://github.com/shadowsocks/shadowsocks-android)
6068

6169
Scala版对很多开发者有些门槛, 所以本版本是不错的选择.
70+
6271
Scala version is high threshold to lots of developer, so it's a better choice to choose this version.
6372

6473

0 commit comments

Comments
 (0)