Update 661.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-24 00:53:03 +00:00
parent e962a25487
commit e786dbc1b1
1 changed files with 1 additions and 1 deletions

2
661.sh
View File

@ -253,7 +253,7 @@ cd /root/warpip
wait wait
cd cd
export endpoint=`cat /root/warpip/result.csv | awk -F, '$3!="timeout ms" {print} ' | sed -n '2p' | awk -F ',' '{print $1}'` export endpoint=`cat /root/warpip/result.csv | awk -F, '$3!="timeout ms" {print} ' | sed -n '2p' | awk -F ',' '{print $1}'`
green "本地VPS优选的warp对端IP地址$endpoint" green "脚本将自动应用本地VPS优选的warp对端IP地址$endpoint"
} }
warpip(){ warpip(){