aboutsummaryrefslogtreecommitdiff

check_speedtest_servers

Check that an Oookla Speedtest server with a specified URL and/or host is present on the public list of servers.

# check by host:port pair
$ ./check_speedtest_servers --host example.com:8080
# check by "legacy upload" URL
$ ./check_speedtest_servers --url http://example.com/upload.php
# check by both (AND, not OR)
$ ./check_speedtest_servers --host example.com:8080 --url http://example.com/upload.php

Thanks

This was written on company time with my employer Inspire Net, who has generously allowed me to open source it.

License

Copyright (c) Tom Ryder. Distributed under MIT License.