Also add some definitions to GO_BUILDFLAGS to properly fill out the output of `librespeed-cli --version`. These values are also used in User-Agent when accessing speedtest server. PR: 247971 Reported by: Dries Michiels <driesm.michiels@gmail.com> (maintainer) Reviewed by: meta (myself)
7 lines
327 B
Text
7 lines
327 B
Text
This is the CLI part of LibreSpeed which is a very lightweight speedtest.
|
|
With the CLI it's possible to run a speedtest from the command line interface.
|
|
The server part can be found in:
|
|
- www/librespeed (javascript php implementation)
|
|
- net/librespeed-go (go implementation)
|
|
|
|
WWW: https://github.com/librespeed/speedtest-cli
|