v1.5.0-预览版

~同步最新1.9.0官方内核及premium内核
~meta核切换至dev分支版本并移除了geosite的自动下载功能
~同步最新Geoip及CNIP数据库文件
~同步最新Dashboard面板文件
~DNS解析默认不再提供IPV6结果,需手动开启
~现在将从配置文件中获取运行模式而不是固定的Rule模式
~在线生成配置文件功能添加对vless协议的支持
~增加了对vless协议的检测机制,优化使用体验
~修复使用环境变量设置本机代理不生效的bug
This commit is contained in:
juewuy
2022-01-30 22:07:52 +08:00
parent 3072d37387
commit c49ea34b93
10 changed files with 11 additions and 11 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
clashnet_v=1.7.6 clashnet_v=1.7.6
meta_v=1.9.0
versionsh=1.5.0
GeoIP_v=202201280303 GeoIP_v=202201280303
clashpre_v=2022.01.27 clashpre_v=2022.01.27
clash_v=1.9.0 clash_v=1.9.0
meta_v=1.9.0dev
versionsh=1.5.0

View File

@@ -647,15 +647,15 @@ bfstart(){
setconfig Geo_v $Geo_v setconfig Geo_v $Geo_v
fi fi
fi fi
if [ "$clashcore" = "clash.meta" -a ! -f $bindir/geosite.dat ];then # if [ "$clashcore" = "clash.meta" -a ! -f $bindir/geosite.dat ];then
if [ -f $clashdir/geosite.dat ];then # if [ -f $clashdir/geosite.dat ];then
mv $clashdir/geosite.dat $bindir/geosite.dat # mv $clashdir/geosite.dat $bindir/geosite.dat
else # else
logger "未找到geosite数据库正在下载" 33 # logger "未找到geosite数据库正在下载" 33
$0 webget $bindir/geosite.dat $update_url/bin/geosite.dat # $0 webget $bindir/geosite.dat $update_url/bin/geosite.dat
[ "$?" = "1" ] && rm -rf $bindir/geosite.dat && logger "数据库下载失败,已退出!" 31 && exit 1 # [ "$?" = "1" ] && rm -rf $bindir/geosite.dat && logger "数据库下载失败,已退出!" 31 && exit 1
fi # fi
fi # fi
#检查dashboard文件 #检查dashboard文件
if [ -f $clashdir/ui/index.html -a ! -f $bindir/ui/index.html ];then if [ -f $clashdir/ui/index.html -a ! -f $bindir/ui/index.html ];then
cp -rf $clashdir/ui $bindir cp -rf $clashdir/ui $bindir