From 850a294aafb10c7fdfe3c4211b2d372251d718bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Wed, 1 Mar 2023 08:58:09 +0000 Subject: [PATCH] Update 661.sh --- 661.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/661.sh b/661.sh index f2b7b73..76efcd7 100644 --- a/661.sh +++ b/661.sh @@ -1406,7 +1406,7 @@ WARPun && ONEWARPGO ShowSOCKS5(){ if [[ $(systemctl is-active warp-svc) = active ]]; then mport=`warp-cli --accept-tos settings 2>/dev/null | grep 'WarpProxy on port' | awk -F "port " '{print $2}'` -s5ip=`curl -sx socks5h://localhost:$mport ip.gs -k` +s5ip=`curl -sx socks5h://localhost:$mport ip.sb -k` NF=$(./nf -proxy socks5h://localhost:$mport | awk '{print $1}' | sed -n '3p') [[ $(curl -sx socks5h://localhost:$mport https://chat.openai.com/ -I | grep "text/plain") != "" ]] && chat='遗憾,无法访问Chatgpt官网服务' || chat='恭喜,支持访问Chatgpt官网服务' isp4a=`curl -sx socks5h://localhost:$mport --user-agent "${UA_Browser}" http://ip-api.com/json/$v4?lang=zh-CN -k | cut -f13 -d ":" | cut -f2 -d '"'`