mirror of
https://github.com/tsingui/softcenter-1.git
synced 2024-11-14 09:55:17 +00:00
update v2ray
This commit is contained in:
parent
4a7dbafa0c
commit
c99ca16548
@ -161,10 +161,10 @@
|
||||
"version": "0.1.6"
|
||||
},
|
||||
{
|
||||
"build_date": "2019-04-19_00:49:04",
|
||||
"build_date": "2019-04-19_02:21:32",
|
||||
"description": "v2ray",
|
||||
"home_url": "Module_v2ray.asp",
|
||||
"md5": "8ef9caa06afed986e7ef7f969e83a555",
|
||||
"md5": "44034c03b36ea04fbbea5dbd38e8e432",
|
||||
"name": "v2ray",
|
||||
"tar_url": "v2ray/v2ray.tar.gz",
|
||||
"title": "v2ray",
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"version":"4.18.0",
|
||||
"md5":"8ef9caa06afed986e7ef7f969e83a555",
|
||||
"md5":"44034c03b36ea04fbbea5dbd38e8e432",
|
||||
"home_url":"Module_v2ray.asp",
|
||||
"title":"v2ray",
|
||||
"description":"v2ray",
|
||||
"build_date":"2019-04-19_00:49:04"
|
||||
"build_date":"2019-04-19_02:21:32"
|
||||
}
|
||||
|
Binary file not shown.
@ -273,7 +273,7 @@ creat_v2ray_json(){
|
||||
if [ -n "$result" ];then
|
||||
echo "$(date "+%F %T") $result" >> /tmp/v2ray.log
|
||||
echo "$(date "+%F %T") V2Ray配置文件通过测试!!!" >> /tmp/v2ray.log
|
||||
/jffs/softcenter/bin/v2ctl config < "$V2RAY_CONFIG_FILE" > "$TEMP_CONFIG_FILE"
|
||||
/jffs/softcenter/bin/v2ctl config < "$V2RAY_CONFIG_FILE" > "$V2RAY_CONFIG_FILE_PB"
|
||||
else
|
||||
rm -rf "$V2RAY_CONFIG_FILE_TMP"
|
||||
rm -rf "$V2RAY_CONFIG_FILE"
|
||||
|
@ -1,2 +1,2 @@
|
||||
4.18.0
|
||||
8ef9caa06afed986e7ef7f969e83a555
|
||||
44034c03b36ea04fbbea5dbd38e8e432
|
||||
|
Loading…
Reference in New Issue
Block a user