File tree Expand file tree Collapse file tree 1 file changed +30
-3
lines changed Expand file tree Collapse file tree 1 file changed +30
-3
lines changed Original file line number Diff line number Diff line change 1
1
# shadowsocks-android-java
2
2
3
3
Last release: [ Download] ( https://github.com/dawei101/shadowsocks-android-java/raw/v1.0/app/shadowsocks-vpnmore.apk )
4
+
4
5
sha1 hash: 8cf9fde49f2f5b875d4bfd0968dec04bb788d326
5
6
6
7
### 关于
7
8
8
- 本版本为shadowsocks android 版的纯java版本
9
+ 本版本为shadowsocks android版的纯java版本
9
10
10
11
代码多整理自 [ smartproxy] ( https://github.com/hedaode/SmartProxy ) 和 [ shadowsocks-java] ( https://github.com/blakey22/shadowsocks-java )
11
12
12
- 本shadowsocks-android的特点继承了SmartProxy的优点, 体积小,耗电低
13
+ 本shadowsocks-android的特点继承了SmartProxy的优点, 体积小,耗电低,设置保持最简单的方式
14
+
15
+ shadowsocks格式:
16
+
17
+ ```
18
+ ss://method:password@host:port
19
+ ss://base64encode(method:password@host:port)
20
+ ```
13
21
14
22
其中代码保留了SmartProxy对http(s)代理的支持, 使用时将配置链接填写标准http(s)代理格式即可.
15
23
16
- 如有问题请即使反馈
24
+ http(s)代理格式
25
+ ```
26
+ http(s)://(username:passsword)@host:port
27
+ ```
28
+ 支持的加密类型:
29
+ ```
30
+ bf-cfb
31
+ seed-cfb
32
+ aes-128-cfb
33
+ aes-192-cfb
34
+ aes-256-cfb
35
+ aes-128-ofb
36
+ aes-192-ofb
37
+ aes-256-ofb
38
+ camellia-128-cfb
39
+ camellia-192-cfb
40
+ camellia-256-cfb
41
+ ```
42
+
43
+ 如有问题请及时反馈
17
44
18
45
### 兄弟版本
19
46
You can’t perform that action at this time.
0 commit comments