fix(脚本): 修复warp分流无法查看已添加域名

master
mack-a 2023-06-06 09:45:25 +08:00
parent 97e2ca1dcb
commit 92a6e0598a
1 changed files with 2 additions and 2 deletions

View File

@ -5484,7 +5484,7 @@ warpRoutingReg() {
fi
if [[ "${warpStatus}" == "1" ]]; then
jq -r -c '.routing.rules[]|select (.outboundTag=="wireguard-out-"'"${type}"'""")|.domain' ${configPath}09_routing.json | jq -r
jq -r -c '.routing.rules[]|select (.outboundTag=="wireguard-out-'"${type}"'")|.domain' ${configPath}09_routing.json | jq -r
exit 0
elif [[ "${warpStatus}" == "2" ]]; then
echoContent yellow "# 注意事项"
@ -7372,7 +7372,7 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
echoContent green "作者mack-a"
echoContent green "当前版本v2.9.8"
echoContent green "当前版本v2.9.9"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus