File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,21 @@ sha1 hash: 8cf9fde49f2f5b875d4bfd0968dec04bb788d326
77### 关于 About
88
99本版本为shadowsocks android版的纯java版本
10+
1011This 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+
1416Most 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+
1821This app inherit Smartproxy's feature: tiny/low power cost/simple operation
1922
2023shadowsocks设置格式:
24+
2125shadowsocks settings format
2226
2327```
@@ -26,15 +30,18 @@ ss://base64encode(method:password@host:port)
2630```
2731
2832其中代码保留了SmartProxy对http(s)代理的支持, 使用时将配置链接填写标准http(s)代理格式即可.
33+
2934And also it inherited the support of http(s) proxy from Smartproxy , Set the url as stardand http(s) proxy format when use it.
3035
3136http(s)代理格式
37+
3238http(s)proxy foramt:
3339```
3440http(s)://(username:passsword)@host:port
3541```
3642
3743支持的加密类型:
44+
3845Support methods of encryption:
3946
4047```
@@ -52,13 +59,15 @@ camellia-256-cfb
5259```
5360
5461如有问题请及时反馈
62+
5563If you have any issue, please give a report
5664
5765### 兄弟版本 Brother version
5866
5967##### [ Shadowsocks android(Scala)] ( https://github.com/shadowsocks/shadowsocks-android )
6068
6169Scala版对很多开发者有些门槛, 所以本版本是不错的选择.
70+
6271Scala version is high threshold to lots of developer, so it's a better choice to choose this version.
6372
6473
You can’t perform that action at this time.
0 commit comments