mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 添加googleapis以解决使用黑名单功能时的错误屏蔽
parent
c3d9724831
commit
d4cc13b2d2
|
@ -3537,7 +3537,8 @@ EOF
|
|||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"domain:gstatic.com"
|
||||
"domain:gstatic.com",
|
||||
"domain:googleapis.com"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
}
|
||||
|
@ -7897,7 +7898,7 @@ menu() {
|
|||
cd "$HOME" || exit
|
||||
echoContent red "\n=============================================================="
|
||||
echoContent green "作者:mack-a"
|
||||
echoContent green "当前版本:v2.10.11"
|
||||
echoContent green "当前版本:v2.10.12"
|
||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||
echoContent green "描述:八合一共存脚本\c"
|
||||
showInstallStatus
|
||||
|
|
Loading…
Reference in New Issue