mirror of https://github.com/mack-a/v2ray-agent
fix(脚本): 修复安装hysteria socks出站无法使用的问题
parent
8766854088
commit
a070373478
|
@ -5347,8 +5347,7 @@ hysteriaCoreInstall() {
|
||||||
installHysteria 1
|
installHysteria 1
|
||||||
initHysteriaConfig 2
|
initHysteriaConfig 2
|
||||||
installHysteriaService 3
|
installHysteriaService 3
|
||||||
handleHysteria stop
|
reloadCore
|
||||||
handleHysteria start
|
|
||||||
showAccounts 5
|
showAccounts 5
|
||||||
}
|
}
|
||||||
# 卸载 hysteria
|
# 卸载 hysteria
|
||||||
|
@ -5527,7 +5526,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.7.5"
|
echoContent green "当前版本:v2.7.6"
|
||||||
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