Skip to content

makotom/cfspeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfspeed

Unofficial CLI-based implementation of Cloudflare's Speed Test

Quick start

See https://github.com/makotom/cfspeed/releases for prebuilt binaries.

Build it for yourself

E.g. if you are to build an executable for Linux on x86-64 (AMD64), you would run:

GOOS_LIST_OVERRIDE=("linux") GOARCH_LIST_OVERRIDE=("amd64") ./build-and-pack-all.sh

Refer to the official Go documentation for valid combinations of GOOS and GOARCH.

Note that the shell script depends on Zip, tar and gzip for packaging.

Notes

  • On Debian/Ubuntu, you will need to install ca-certificates. Otherwise errors regarding TLS would be raised.

Dear Cloudflare

I wrote this application since I sincerely love your Speed Test and the running rabbit. Why don't we make this official? I'm more than happy to donate these codes.