Browse Source

修复 下载测速失效的问题

xiu2 5 năm trước cách đây
mục cha
commit
07e20028cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      util.go

+ 1 - 1
util.go

@@ -74,7 +74,7 @@ const (
 	NormalPing
 )
 
-const url string = "https://apple.freecdn.workers.dev/105/media/us/iphone-11-pro/2019/3bd902e4-0752-4ac1-95f8-6225c32aec6d/films/product/iphone-11-pro-product-tpl-cc-us-2019_1280x720h.mp4"
+const url string = "https://speed.cloudflare.com/__down?bytes=1000000000"
 
 var downloadTestTime time.Duration