~替换大量默认规则为自写规则(acl4ssr优化版)
~增加新手引导中对开启公网访问的指引
~增加defaultDNS参数(无需额外配置)
~修复部分情况下配置文件报错bug
~尝试适配meta核心的tun模块(未测试)
~增加自动下载meta核心必需的geosite.dat数据库功能
This commit is contained in:
juewuy 2022-01-08 20:26:49 +08:00
parent 2208bb3e5c
commit ddabecd112
2 changed files with 2 additions and 2 deletions

View File

@ -467,7 +467,7 @@ setcore(){
echo "(.net定制版) 第三方定制内核"
echo
echo "4 clash.meta支持vless/xtls"
echo "(meta定制版) 第三方定制内核"
echo "(meta定制版) 需要额外4M空间占用"
echo
echo "5 手动指定处理器架构"
echo -----------------------------------------------

View File

@ -641,7 +641,7 @@ bfstart(){
setconfig Geo_v $Geo_v
fi
fi
if [ ! -f $bindir/geosite.dat ];then
if [ "$clashcore" = "clash.meta" -a ! -f $bindir/geosite.dat ];then
if [ -f $clashdir/geosite.dat ];then
mv $clashdir/geosite.dat $bindir/geosite.dat
else