v1.5.9
~同步最新alpha版本meta内核 ~修复Tun模式 ~修复Meta内核混合模式 ~修复流媒体预解析打不开的bug ~修复各种DNS异常问题 ~优化启动速度
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
clashnet_v=v1.7.6
|
clashnet_v=v1.7.6
|
||||||
clashpre_v=2021.09.15
|
clashpre_v=2021.09.15
|
||||||
clash_v=v1.7.1
|
clash_v=v1.7.1
|
||||||
GeoIP_v=20220426
|
|
||||||
meta_v=alpha-eca7615
|
meta_v=alpha-eca7615
|
||||||
|
GeoIP_v=20220503
|
||||||
|
|
||||||
versionsh=1.5.9
|
versionsh=1.5.9
|
||||||
|
|||||||
@@ -298,7 +298,7 @@ modify_yaml(){
|
|||||||
external="external-controller: 0.0.0.0:$db_port"
|
external="external-controller: 0.0.0.0:$db_port"
|
||||||
[ -d $clashdir/ui ] && db_ui=ui
|
[ -d $clashdir/ui ] && db_ui=ui
|
||||||
if [ "$redir_mod" = "混合模式" -o "$redir_mod" = "Tun模式" ];then
|
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
|
else
|
||||||
tun='tun: {enable: false}'
|
tun='tun: {enable: false}'
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user