mirror of
https://github.com/XIU2/CloudflareSpeedTest.git
synced 2026-03-02 11:57:05 +08:00
11 lines
160 B
Go
11 lines
160 B
Go
package task
|
|
|
|
var (
|
|
// IPv6 IP version is 6
|
|
IPv6 = false
|
|
// TestAll test all ip
|
|
TestAll = false
|
|
// IPFile is the filename of IP Rangs
|
|
IPFile = "ip.txt"
|
|
)
|