mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-10 10:05:18 +00:00
Update Nlbench_beta.sh
This commit is contained in:
parent
3846a9128f
commit
9136cbd43a
@ -72,6 +72,12 @@ ip_address_and_isp() {
|
|||||||
if echo "$isp $asn" | grep -iq "cloudflare\|warp\|1.1.1.1"; then
|
if echo "$isp $asn" | grep -iq "cloudflare\|warp\|1.1.1.1"; then
|
||||||
is_warp=true
|
is_warp=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# 判断使用IPv6还是IPv4
|
||||||
|
use_ipv6=false
|
||||||
|
if [ "$is_warp" = true ] || [ -z "$ipv4_address" ]; then
|
||||||
|
use_ipv6=true
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# 检测VPS地理位置
|
# 检测VPS地理位置
|
||||||
|
Loading…
Reference in New Issue
Block a user