From f19861c0b16870b47f77ed95d353ea8516e6ba8c Mon Sep 17 00:00:00 2001 From: juewuy Date: Tue, 3 May 2022 23:58:13 +0800 Subject: [PATCH] =?UTF-8?q?v1.5.9=20~=E5=90=8C=E6=AD=A5=E6=9C=80=E6=96=B0a?= =?UTF-8?q?lpha=E7=89=88=E6=9C=ACmeta=E5=86=85=E6=A0=B8=20~=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DTun=E6=A8=A1=E5=BC=8F=20~=E4=BF=AE=E5=A4=8DMeta?= =?UTF-8?q?=E5=86=85=E6=A0=B8=E6=B7=B7=E5=90=88=E6=A8=A1=E5=BC=8F=20~?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=81=E5=AA=92=E4=BD=93=E9=A2=84=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E6=89=93=E4=B8=8D=E5=BC=80=E7=9A=84bug=20~=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=90=84=E7=A7=8DDNS=E5=BC=82=E5=B8=B8=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20~=E4=BC=98=E5=8C=96=E5=90=AF=E5=8A=A8=E9=80=9F?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/version | 3 ++- scripts/start.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/version b/bin/version index 2e3bed9..8e70728 100644 --- a/bin/version +++ b/bin/version @@ -1,6 +1,7 @@ clashnet_v=v1.7.6 clashpre_v=2021.09.15 clash_v=v1.7.1 -GeoIP_v=20220426 meta_v=alpha-eca7615 +GeoIP_v=20220503 + versionsh=1.5.9 diff --git a/scripts/start.sh b/scripts/start.sh index e67987e..277a8b6 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -298,7 +298,7 @@ modify_yaml(){ external="external-controller: 0.0.0.0:$db_port" [ -d $clashdir/ui ] && db_ui=ui if [ "$redir_mod" = "混合模式" -o "$redir_mod" = "Tun模式" ];then - tun="tun: {enable: true, stack: system, device: utun, auto-route: false, auto-detect-interface: true}" + tun="tun: {enable: true, stack: system, device: utun, auto-route: false}" else tun='tun: {enable: false}' fi