mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 03:32:34 +08:00
v1.5.9
~同步最新alpha版本meta内核 ~修复Tun模式 ~修复Meta内核混合模式 ~修复流媒体预解析打不开的bug ~修复各种DNS异常问题 ~优化启动速度
This commit is contained in:
parent
cc52ef55ef
commit
f19861c0b1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user