mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
c1d19fbc9c
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)
8 lines
327 B
Plaintext
8 lines
327 B
Plaintext
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
|