-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
194 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ modouSS | |
* 加入pdnsd,避免dns污染问题 | ||
* 修复了未加www访问某些网站时不能解析的问题 | ||
* 解决了某宽带对dns查询(tcp)的劫持问题 | ||
* 支持魔豆路由宝配置 | ||
|
||
## 缺陷 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"start_shadow_socks" : { | ||
"id" : "start_shadow_socks", | ||
"is_sync" : false, | ||
"cmd" : "./init start", | ||
"relative": true | ||
}, | ||
"stop_shadow_socks" : { | ||
"id" : "stop_shadow_socks", | ||
"is_sync" : false, | ||
"cmd" : "./init stop", | ||
"relative": true | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"state_shadow_socks" : { | ||
"id" : "state_shadow_socks", | ||
"name" : "状态", | ||
"value" : false, | ||
"group_id" : "main_info_display", | ||
"type" : { | ||
"class" : "BOOL" | ||
} | ||
}, | ||
"service_ip_address" : { | ||
"id" : "service_ip_address", | ||
"name" : "服务地址", | ||
"value" : "", | ||
"group_id" : "main_info_display", | ||
"type" : { | ||
"class" : "STRING", | ||
"min" : 7, | ||
"max" : 15 | ||
} | ||
}, | ||
"port_shadow_socks" : { | ||
"id" : "port_shadow_socks", | ||
"name" : "端口号", | ||
"value" : 0, | ||
"group_id" : "main_info_display", | ||
"type" : { | ||
"class" : "INT", | ||
"min" : 10, | ||
"max" : 9999999 | ||
} | ||
}, | ||
"method_security" : { | ||
"id" : "method_security", | ||
"name" : "加密方式", | ||
"value" : "", | ||
"group_id" : "main_info_display", | ||
"type" : { | ||
"class" : "ENUM", | ||
"items" : ["aes-256-cfb", "aes-192-cfb", "aes-128-cfb", "bf-cfb", "camellia-128-cfb", "camellia-192-cfb", "camellia-256-cfb", "cast5-cfb", "des-cfb", "idea-cfb", "rc2-cfb", "rc4", "seed-cfb"], | ||
"multiple" : false | ||
} | ||
}, | ||
"password_shadow_socks" : { | ||
"id" : "password_shadow_socks", | ||
"name" : "密码", | ||
"value" : "", | ||
"group_id" : "main_info_display", | ||
"type" : { | ||
"class" : "STRING", | ||
"min" : 6, | ||
"max" : 30 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"main_page_shadow_socks" : { | ||
"id" : "main_page_shadow_socks", | ||
"name" : "魔豆ShadowSocks", | ||
"type" : "main", | ||
"data" : { | ||
"state_shadow_socks" : { | ||
"id" : "state_shadow_socks", | ||
"access" : "RO" | ||
}, | ||
"service_ip_address" : { | ||
"id" : "service_ip_address", | ||
"access" : "RO" | ||
}, | ||
"port_shadow_socks" : { | ||
"id" : "port_shadow_socks", | ||
"access" : "RO" | ||
}, | ||
"method_security" : { | ||
"id" : "method_security", | ||
"access" : "RO" | ||
}, | ||
"password_shadow_socks" : { | ||
"id" : "password_shadow_socks", | ||
"access" : "RO" | ||
} | ||
}, | ||
"menu" : { | ||
"1" : { | ||
"index" : 1, | ||
"text" : "开启服务", | ||
"type" : "COMMAND", | ||
"action" : "start_shadow_socks", | ||
"input" : "params" | ||
}, | ||
"2" : { | ||
"index" : 2, | ||
"text" : "服务控制", | ||
"type" : "MENU", | ||
"items" : { | ||
"1" : { | ||
"index" : 1, | ||
"text" : "开启服务", | ||
"type" : "COMMAND", | ||
"action" : "start_shadow_socks", | ||
"input" : "params" | ||
}, | ||
"2" : { | ||
"index" : 2, | ||
"text" : "关闭服务", | ||
"type" : "COMMAND", | ||
"action" : "stop_shadow_socks", | ||
"input" : "params" | ||
}, | ||
"3" : { | ||
"index" : 3, | ||
"text" : "配置账号", | ||
"type" : "VIEW", | ||
"viewid" : "page_account_setting" | ||
} | ||
} | ||
}, | ||
"3" : { | ||
"index" : 3, | ||
"text" : "配置账号", | ||
"type" : "VIEW", | ||
"viewid" : "page_account_setting" | ||
} | ||
} | ||
}, | ||
"page_account_setting" : { | ||
"id" : "page_account_setting", | ||
"name" : "配置账号", | ||
"type" : "sub", | ||
"data" : { | ||
"state_shadow_socks" : { | ||
"id" : "state_shadow_socks", | ||
"access" : "RW" | ||
}, | ||
"service_ip_address" : { | ||
"id" : "service_ip_address", | ||
"access" : "RW" | ||
}, | ||
"port_shadow_socks" : { | ||
"id" : "port_shadow_socks", | ||
"access" : "RW" | ||
}, | ||
"method_security" : { | ||
"id" : "method_security", | ||
"access" : "RW" | ||
}, | ||
"password_shadow_socks" : { | ||
"id" : "password_shadow_socks", | ||
"access" : "RW" | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"package_id" : "com.modouwifi.vpnss", | ||
"os_version" : "0.6.33", | ||
"os_version" : "0.6.38", | ||
"name" : "魔豆shadowsocks", | ||
"author" : "yinkeedai", | ||
"author_mail" : "[email protected]", | ||
"homepage" : "shadowsocks.org", | ||
"version" : "0.2.2", | ||
"version" : "0.3.0", | ||
"release_date" : "2014.10.13", | ||
"icon" : "./res/icon.png", | ||
"location" : "internal", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters