Update 661.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-13 08:17:47 +00:00
parent 74312af350
commit 8433d8d61e
1 changed files with 3 additions and 1 deletions

4
661.sh
View File

@ -130,7 +130,9 @@ mkdir /root/warpip
wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/ip.txt
wget -qN https://gitlab.com/rwkgyg/CFwarp/raw/main/point/$cpu && chmod +x $cpu
mv $cpu ip.txt warpip/
./root/warpip/$cpu >/dev/null 2>&1
cd /root/warpip
./$cpu >/dev/null 2>&1
cd
endpoint=`sed -n '2p' /root/warpip/result.csv | awk -F ',' '{print $1}'`
}
wgcfv6=$(curl -s6m6 https://www.cloudflare.com/cdn-cgi/trace -k | grep warp | cut -d= -f2)