mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-13 04:34:57 +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.
|
||||
[[ $(echo $tmpIsCN | grep -o "cn" | wc -l) == "4" ]] && {
|
||||
IsCN="cn"
|
||||
ipDNS="119.29.29.29 223.6.6.6"
|
||||
ip6DNS="2402:4e00:: 2400:3200::1"
|
||||
[[ -z "$ipDNS" ]] && ipDNS="119.29.29.29 223.6.6.6"
|
||||
[[ -z "$ip6DNS" ]] && ip6DNS="2402:4e00:: 2400:3200::1"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue