Update sb.sh
This commit is contained in:
@@ -133,8 +133,8 @@ fi
|
|||||||
v4v6(){
|
v4v6(){
|
||||||
v4=$(curl -s4m5 icanhazip.com -k)
|
v4=$(curl -s4m5 icanhazip.com -k)
|
||||||
v6=$(curl -s6m5 icanhazip.com -k)
|
v6=$(curl -s6m5 icanhazip.com -k)
|
||||||
v4dq=$(curl -s4m5 -k https://ip.fm | sed -E 's/.*Location: ([^,]+,[^,]+,[^,]+),.*/\1/' 2>/dev/null)
|
v4dq=$(curl -s4m5 -k https://ip.fm | sed -n 's/.*Location: //p' 2>/dev/null)
|
||||||
v6dq=$(curl -s6m5 -k https://ip.fm | sed -E 's/.*Location: ([^,]+,[^,]+,[^,]+),.*/\1/' 2>/dev/null)
|
v6dq=$(curl -s6m5 -k https://ip.fm | sed -n 's/.*Location: //p' 2>/dev/null)
|
||||||
}
|
}
|
||||||
warpcheck(){
|
warpcheck(){
|
||||||
wgcfv6=$(curl -s6m5 https://www.cloudflare.com/cdn-cgi/trace -k | grep warp | cut -d= -f2)
|
wgcfv6=$(curl -s6m5 https://www.cloudflare.com/cdn-cgi/trace -k | grep warp | cut -d= -f2)
|
||||||
|
|||||||
Reference in New Issue
Block a user