From ddabecd1124ed9e0c77aa10c901b550e3444a0cd Mon Sep 17 00:00:00 2001 From: juewuy Date: Sat, 8 Jan 2022 20:26:49 +0800 Subject: [PATCH] =?UTF-8?q?v1.4.10=20~=E6=9B=BF=E6=8D=A2=E5=A4=A7=E9=87=8F?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=A7=84=E5=88=99=E4=B8=BA=E8=87=AA=E5=86=99?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=88acl4ssr=E4=BC=98=E5=8C=96=E7=89=88?= =?UTF-8?q?=EF=BC=89=20~=E5=A2=9E=E5=8A=A0=E6=96=B0=E6=89=8B=E5=BC=95?= =?UTF-8?q?=E5=AF=BC=E4=B8=AD=E5=AF=B9=E5=BC=80=E5=90=AF=E5=85=AC=E7=BD=91?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E7=9A=84=E6=8C=87=E5=BC=95=20~=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0defaultDNS=E5=8F=82=E6=95=B0=EF=BC=88=E6=97=A0?= =?UTF-8?q?=E9=9C=80=E9=A2=9D=E5=A4=96=E9=85=8D=E7=BD=AE=EF=BC=89=20~?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=83=85=E5=86=B5=E4=B8=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=8A=A5=E9=94=99bug=20~?= =?UTF-8?q?=E5=B0=9D=E8=AF=95=E9=80=82=E9=85=8Dmeta=E6=A0=B8=E5=BF=83?= =?UTF-8?q?=E7=9A=84tun=E6=A8=A1=E5=9D=97=EF=BC=88=E6=9C=AA=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=EF=BC=89=20~=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E4=B8=8B=E8=BD=BDmeta=E6=A0=B8=E5=BF=83=E5=BF=85=E9=9C=80?= =?UTF-8?q?=E7=9A=84geosite.dat=E6=95=B0=E6=8D=AE=E5=BA=93=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/getdate.sh | 2 +- scripts/start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/getdate.sh b/scripts/getdate.sh index 11ce9d1..9a2cc53 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -467,7 +467,7 @@ setcore(){ echo "(.net定制版) 第三方定制内核" echo echo "4 clash.meta:支持vless/xtls" - echo "(meta定制版) 第三方定制内核" + echo "(meta定制版) 需要额外4M空间占用" echo echo "5 手动指定处理器架构" echo ----------------------------------------------- diff --git a/scripts/start.sh b/scripts/start.sh index 8d51a30..642a4a1 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -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