Update WARP-CP.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-08-04 00:43:39 +00:00
parent 32d8d17fff
commit 31bcc39930
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ yellow(){ echo -e "\033[33m\033[01m$1\033[0m";}
info(){
v4=$(curl -s4m3 https://ip.gs -k)
v4d=$(curl -s4m3 https://ip.gs -k | awk -F '.' '{print $2"."$3}')
v4d=$(curl -s4m3 https://ip.gs -k | awk -F '.' '{print $1}')
}
BEndpoint(){