mirror of
https://github.com/tsingui/softcenter-1.git
synced 2024-11-14 18:05:17 +00:00
update
This commit is contained in:
parent
b79254530e
commit
b99cb814e1
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version":"4.1.7",
|
"version":"4.1.7",
|
||||||
"md5":"9674685d2e3f867c32d07d13c1c354cd",
|
"md5":"95b162f6a0bde010a68ff999290cf5a5",
|
||||||
"home_url":"Main_Ss_Content.asp",
|
"home_url":"Main_Ss_Content.asp",
|
||||||
"title":"科学上网",
|
"title":"科学上网",
|
||||||
"description":"科学上网",
|
"description":"科学上网",
|
||||||
"build_date":"2019-01-27_20:20:28"
|
"build_date":"2019-01-27_21:37:15"
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -941,8 +941,8 @@ start_haveged(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto_start(){
|
auto_start(){
|
||||||
[ ! -e "/koolshare/init.d/S99shadowsocks.sh" ] && cp -rf /koolshare/ss/ssconfig.sh /koolshare/init.d/S99shadowsocks.sh
|
[ ! -e "/jffs/softcenter/init.d/S99shadowsocks.sh" ] && cp -rf /jffs/softcenter/ss/ssconfig.sh /jffs/softcenter/init.d/S99shadowsocks.sh
|
||||||
[ ! -e "/koolshare/init.d/N99shadowsocks.sh" ] && cp -rf /koolshare/ss/ssconfig.sh /koolshare/init.d/N99shadowsocks.sh
|
[ ! -e "/jffs/softcenter/init.d/N99shadowsocks.sh" ] && cp -rf /jffs/softcenter/ss/ssconfig.sh /jffs/softcenter/init.d/N99shadowsocks.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
start_kcp(){
|
start_kcp(){
|
||||||
@ -1418,13 +1418,12 @@ creat_v2ray_json(){
|
|||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "$ss_basic_v2ray_uuid",
|
"id": "$ss_basic_v2ray_uuid",
|
||||||
"alterId": $ss_basic_v2ray_alterid,
|
"alterId": "$ss_basic_v2ray_alterid",
|
||||||
"security": "$ss_basic_v2ray_security"
|
"security": "$ss_basic_v2ray_security"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"servers": null
|
|
||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "$ss_basic_v2ray_network",
|
"network": "$ss_basic_v2ray_network",
|
||||||
@ -1436,8 +1435,7 @@ creat_v2ray_json(){
|
|||||||
"httpSettings": $h2
|
"httpSettings": $h2
|
||||||
},
|
},
|
||||||
"mux": {
|
"mux": {
|
||||||
"enabled": $(get_function_switch $ss_basic_v2ray_mux_enable),
|
"enabled": $(get_function_switch $ss_basic_v2ray_mux_enable)
|
||||||
"concurrency": $ss_basic_v2ray_mux_concurrency
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
4.1.7
|
4.1.7
|
||||||
9674685d2e3f867c32d07d13c1c354cd
|
95b162f6a0bde010a68ff999290cf5a5
|
||||||
|
@ -11,10 +11,10 @@
|
|||||||
"version": "0.2.3"
|
"version": "0.2.3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"build_date": "2019-01-27_20:20:28",
|
"build_date": "2019-01-27_21:37:15",
|
||||||
"description": "科学上网",
|
"description": "科学上网",
|
||||||
"home_url": "Main_Ss_Content.asp",
|
"home_url": "Main_Ss_Content.asp",
|
||||||
"md5": "9674685d2e3f867c32d07d13c1c354cd",
|
"md5": "95b162f6a0bde010a68ff999290cf5a5",
|
||||||
"name": "shadowsocks",
|
"name": "shadowsocks",
|
||||||
"tar_url": "shadowsocks/shadowsocks.tar.gz",
|
"tar_url": "shadowsocks/shadowsocks.tar.gz",
|
||||||
"title": "科学上网",
|
"title": "科学上网",
|
||||||
|
Loading…
Reference in New Issue
Block a user