mirror of https://github.com/mack-a/v2ray-agent
fix(脚本): 修复当http1.1请求订阅时获取失败问题
parent
28d792067d
commit
fce6e60fb2
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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 "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