fix(脚本): 暂时移除warp分流,移除原因【重启后会导致无法使用warp分流,warp-svc会占用90%以上的cpu】

pull/534/merge
mack-a 2021-07-11 17:03:56 +08:00
parent b8717c2575
commit 84328159ca
1 changed files with 5 additions and 5 deletions

View File

@ -4281,7 +4281,7 @@ menu() {
cd "$HOME" || exit cd "$HOME" || exit
echoContent red "\n==============================================================" echoContent red "\n=============================================================="
echoContent green "作者mack-a" echoContent green "作者mack-a"
echoContent green "当前版本v2.5.16" echoContent green "当前版本v2.5.17"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent" echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c" echoContent green "描述:八合一共存脚本\c"
showInstallStatus showInstallStatus
@ -4304,7 +4304,7 @@ menu() {
echoContent yellow "6.更新证书" echoContent yellow "6.更新证书"
echoContent yellow "7.更换CDN节点" echoContent yellow "7.更换CDN节点"
echoContent yellow "8.IPv6分流" echoContent yellow "8.IPv6分流"
echoContent yellow "9.WARP分流" echoContent yellow "9.WARP分流[不可用]"
echoContent yellow "10.流媒体工具" echoContent yellow "10.流媒体工具"
echoContent yellow "11.添加新端口" echoContent yellow "11.添加新端口"
echoContent skyBlue "-------------------------版本管理-----------------------------" echoContent skyBlue "-------------------------版本管理-----------------------------"
@ -4344,9 +4344,9 @@ menu() {
8) 8)
ipv6Routing 1 ipv6Routing 1
;; ;;
9) # 9)
warpRouting 1 # warpRouting 1
;; # ;;
10) 10)
streamingToolbox 1 streamingToolbox 1
;; ;;