v1.5.0-预览版
~同步最新1.9.0官方内核及premium内核 ~meta核切换至dev分支版本并移除了geosite的自动下载功能 ~同步最新Geoip及CNIP数据库文件 ~同步最新Dashboard面板文件 ~DNS解析默认不再提供IPV6结果,需手动开启 ~现在将从配置文件中获取运行模式而不是固定的Rule模式 ~在线生成配置文件功能添加对vless协议的支持 ~增加了对vless协议的检测机制,优化使用体验 ~修复使用环境变量设置本机代理不生效的bug
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
clashnet_v=1.7.6
|
||||
meta_v=1.9.0
|
||||
versionsh=1.5.0
|
||||
GeoIP_v=202201280303
|
||||
clashpre_v=2022.01.27
|
||||
clash_v=1.9.0
|
||||
meta_v=1.9.0dev
|
||||
versionsh=1.5.0
|
||||
|
||||
@@ -647,15 +647,15 @@ bfstart(){
|
||||
setconfig Geo_v $Geo_v
|
||||
fi
|
||||
fi
|
||||
if [ "$clashcore" = "clash.meta" -a ! -f $bindir/geosite.dat ];then
|
||||
if [ -f $clashdir/geosite.dat ];then
|
||||
mv $clashdir/geosite.dat $bindir/geosite.dat
|
||||
else
|
||||
logger "未找到geosite数据库,正在下载!" 33
|
||||
$0 webget $bindir/geosite.dat $update_url/bin/geosite.dat
|
||||
[ "$?" = "1" ] && rm -rf $bindir/geosite.dat && logger "数据库下载失败,已退出!" 31 && exit 1
|
||||
fi
|
||||
fi
|
||||
# if [ "$clashcore" = "clash.meta" -a ! -f $bindir/geosite.dat ];then
|
||||
# if [ -f $clashdir/geosite.dat ];then
|
||||
# mv $clashdir/geosite.dat $bindir/geosite.dat
|
||||
# else
|
||||
# logger "未找到geosite数据库,正在下载!" 33
|
||||
# $0 webget $bindir/geosite.dat $update_url/bin/geosite.dat
|
||||
# [ "$?" = "1" ] && rm -rf $bindir/geosite.dat && logger "数据库下载失败,已退出!" 31 && exit 1
|
||||
# fi
|
||||
# fi
|
||||
#检查dashboard文件
|
||||
if [ -f $clashdir/ui/index.html -a ! -f $bindir/ui/index.html ];then
|
||||
cp -rf $clashdir/ui $bindir
|
||||
|
||||
Reference in New Issue
Block a user