fix(脚本): 修复当http1.1请求订阅时获取失败问题

pull/1006/head
mack-a 2024-03-08 12:17:02 +08:00
parent 28d792067d
commit fce6e60fb2
2 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@
- [English Version](https://github.com/mack-a/v2ray-agent/blob/master/documents/en/README_EN.md) - [English Version](https://github.com/mack-a/v2ray-agent/blob/master/documents/en/README_EN.md)
- [VPS选购攻略避坑指南](https://www.v2ray-agent.com/archives/1679975663984) - [VPS选购攻略避坑指南](https://www.v2ray-agent.com/archives/1679975663984)
- [TG频道](https://t.me/v2rayAgentChannel)、[TG群组](https://t.me/technologyshare)、[官方网站](https://www.v2ray-agent.com/) - [TG频道](https://t.me/v2rayAgentChannel)、[TG群组](https://t.me/technologyshare)、[官方网站](https://www.v2ray-agent.com/)
- [RackNerd特价优质VPS深度评测](https://www.v2ray-agent.com/archives/1688973668640) - [RackNerd低价AS4837套餐年付10美起](https://www.v2ray-agent.com/archives/racknerdtao-can-zheng-li-nian-fu-10mei-yuan)
- [传家宝级别搬瓦工GIA、软银强烈推荐](https://bandwagonhost.com/aff.php?aff=64917&pid=94) - [传家宝级别搬瓦工GIA、软银强烈推荐](https://bandwagonhost.com/aff.php?aff=64917&pid=94)
- 终极套餐搬瓦工GIA、软银、CMI强烈推荐。[THE PLAN v1](https://bandwagonhost.com/aff.php?aff=64917&pid=144)、[THE PLAN v2](https://bandwagonhost.com/aff.php?aff=64917&pid=131) - 终极套餐搬瓦工GIA、软银、CMI强烈推荐。[THE PLAN v1](https://bandwagonhost.com/aff.php?aff=64917&pid=144)、[THE PLAN v2](https://bandwagonhost.com/aff.php?aff=64917&pid=131)

View File

@ -3792,7 +3792,10 @@ EOF
"settings": { "settings": {
"clients": $(initXrayClients 4), "clients": $(initXrayClients 4),
"fallbacks":[ "fallbacks":[
{"dest":"31300"} {
"dest":"31300",
"xver":1
}
] ]
}, },
"streamSettings": { "streamSettings": {
@ -8677,7 +8680,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.17" echoContent green "当前版本v3.2.18"
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