mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-09-12 01:14:27 +08:00
Update InstallNET.sh
This commit is contained in:
parent
453584845b
commit
67aef6084b
1 changed files with 2 additions and 2 deletions
|
@ -379,8 +379,8 @@ function checkCN() {
|
||||||
# If testing servers are all unaccessible, the server may be in mainland of China.
|
# If testing servers are all unaccessible, the server may be in mainland of China.
|
||||||
[[ $(echo $tmpIsCN | grep -o "cn" | wc -l) == "4" ]] && {
|
[[ $(echo $tmpIsCN | grep -o "cn" | wc -l) == "4" ]] && {
|
||||||
IsCN="cn"
|
IsCN="cn"
|
||||||
ipDNS="119.29.29.29 223.6.6.6"
|
[[ -z "$ipDNS" ]] && ipDNS="119.29.29.29 223.6.6.6"
|
||||||
ip6DNS="2402:4e00:: 2400:3200::1"
|
[[ -z "$ip6DNS" ]] && ip6DNS="2402:4e00:: 2400:3200::1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue