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
7
7
### 关于 About
8
8
9
9
本版本为shadowsocks android版的纯java版本
10
+
10
11
This version of shadowsocks for android is pure java version
11
12
12
13
13
14
代码多整理自 [ smartproxy] ( https://github.com/hedaode/SmartProxy ) 和 [ shadowsocks-java] ( https://github.com/blakey22/shadowsocks-java )
15
+
14
16
Most code is merged from [ smartproxy] ( https://github.com/hedaode/SmartProxy ) and [ shadowsocks-java] ( https://github.com/blakey22/shadowsocks-java )
15
17
16
18
17
19
本shadowsocks-android的特点继承了SmartProxy的优点: 体积小,耗电低,设置保持最简单的方式
20
+
18
21
This app inherit Smartproxy's feature: tiny/low power cost/simple operation
19
22
20
23
shadowsocks设置格式:
24
+
21
25
shadowsocks settings format
22
26
23
27
```
@@ -26,15 +30,18 @@ ss://base64encode(method:password@host:port)
26
30
```
27
31
28
32
其中代码保留了SmartProxy对http(s)代理的支持, 使用时将配置链接填写标准http(s)代理格式即可.
33
+
29
34
And also it inherited the support of http(s) proxy from Smartproxy , Set the url as stardand http(s) proxy format when use it.
30
35
31
36
http(s)代理格式
37
+
32
38
http(s)proxy foramt:
33
39
```
34
40
http(s)://(username:passsword)@host:port
35
41
```
36
42
37
43
支持的加密类型:
44
+
38
45
Support methods of encryption:
39
46
40
47
```
@@ -52,13 +59,15 @@ camellia-256-cfb
52
59
```
53
60
54
61
如有问题请及时反馈
62
+
55
63
If you have any issue, please give a report
56
64
57
65
### 兄弟版本 Brother version
58
66
59
67
##### [ Shadowsocks android(Scala)] ( https://github.com/shadowsocks/shadowsocks-android )
60
68
61
69
Scala版对很多开发者有些门槛, 所以本版本是不错的选择.
70
+
62
71
Scala version is high threshold to lots of developer, so it's a better choice to choose this version.
63
72
64
73
You can’t perform that action at this time.
0 commit comments