mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 解除SNI分流限制
parent
8d3ed86d4f
commit
f28c05917d
14
install.sh
14
install.sh
|
@ -6758,12 +6758,12 @@ routingToolsMenu() {
|
||||||
# fi
|
# fi
|
||||||
# vmessWSRouting 1
|
# vmessWSRouting 1
|
||||||
# ;;
|
# ;;
|
||||||
# 7)
|
7)
|
||||||
# if [[ -n "${singBoxConfigPath}" ]]; then
|
if [[ -n "${singBoxConfigPath}" ]]; then
|
||||||
# echoContent red "\n ---> 此功能不支持Hysteria2、Tuic"
|
echoContent red "\n ---> 此功能不支持Hysteria2、Tuic"
|
||||||
# fi
|
fi
|
||||||
# sniRouting 1
|
sniRouting 1
|
||||||
# ;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -9079,7 +9079,7 @@ menu() {
|
||||||
cd "$HOME" || exit
|
cd "$HOME" || exit
|
||||||
echoContent red "\n=============================================================="
|
echoContent red "\n=============================================================="
|
||||||
echoContent green "作者:mack-a"
|
echoContent green "作者:mack-a"
|
||||||
echoContent green "当前版本:v3.2.43"
|
echoContent green "当前版本:v3.2.44"
|
||||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||||
echoContent green "描述:八合一共存脚本\c"
|
echoContent green "描述:八合一共存脚本\c"
|
||||||
showInstallStatus
|
showInstallStatus
|
||||||
|
|
Loading…
Reference in New Issue