mirror of
https://github.com/XIU2/CloudflareSpeedTest.git
synced 2026-03-14 19:25:49 +08:00
新增下载测速功能
This commit is contained in:
@@ -21,7 +21,7 @@ func loadFirstIPOfRangeFromFile() []net.IPAddr {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
firstIP[15]=ipEndWith
|
||||
firstIP[15] = ipEndWith
|
||||
for IPRange.Contains(firstIP) {
|
||||
firstIPCopy := make([]byte, len(firstIP))
|
||||
copy(firstIPCopy, firstIP)
|
||||
|
||||
Reference in New Issue
Block a user