mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 07:28:56 +08:00
core: 不重要的优化
This commit is contained in:
@ -28,7 +28,8 @@ if not exist %tmp% (
|
||||
|
||||
rem 检查是否国内
|
||||
if not exist %tmp%\geoip (
|
||||
call :download http://www.cloudflare.com/cdn-cgi/trace %tmp%\geoip
|
||||
rem 部分地区 www.cloudflare.com 被墙
|
||||
call :download http://dash.cloudflare.com/cdn-cgi/trace %tmp%\geoip
|
||||
)
|
||||
findstr /c:"loc=CN" %tmp%\geoip >nul
|
||||
if !errorlevel! == 0 (
|
||||
|
||||
Reference in New Issue
Block a user