Skip to content

Files

Latest commit

author
André Luiz dos Santos
Aug 16, 2020
901decf · Aug 16, 2020

History

History
13 lines (8 loc) · 702 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 702 Bytes

speedtest-go

SpeedTest server in Go.

Download the website files from adolfintel/speedtest. They also have versions of this server written in PHP and Node. Use the -web-root option to point to the website files.

To avoid having users hitting the Google Data Saver proxy servers when doing a speed test, use the options -redir-bind and -redir-url to redirect to -web-bind.

To restrict access based on the remote IP address, use the option -allow-from.

Data received on /ping.php is forwarded to -ping-url. Key addr is added, containing the client IP:port. This feature may be used to handle data from the browser, like test results, etc.