~同步最新alpha版本meta内核
~修复Tun模式
~修复Meta内核混合模式
~修复流媒体预解析打不开的bug
~修复各种DNS异常问题
~优化启动速度
This commit is contained in:
juewuy 2022-05-03 23:58:13 +08:00
parent cc52ef55ef
commit f19861c0b1
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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