v1.0.0beta17.3

~新增自定义默认过滤端口功能
~屏蔽已被封禁的gitee下载源
~修复部分设备重启后代理失效的bug
~修复偶尔检测更新出错的bug
This commit is contained in:
juewuy
2020-12-08 20:47:33 +08:00
parent 15deb9a608
commit 0f4fbd8d68
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -16,7 +16,7 @@ webget(){
wget -Y on $progress $redirect --no-check-certificate --timeout=5 -O $1 $2
[ $? -eq 0 ] && result="200"
fi
export all_proxy=''
unset all_proxy
}
#导入订阅、配置文件相关
linkconfig(){

View File

@@ -58,7 +58,7 @@ webget(){
wget -Y on $progress $redirect --no-check-certificate --timeout=5 -O $1 $2
[ "$?" = 0 ] && result="200"
fi
export all_proxy=''
unset all_proxy
}
logger(){
[ -n "$2" ] && echo -e "\033[$2m$1\033[0m"