blob: b9744da644e98b663784baa111b6cfa00d1bc24e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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_speedtest_servers --host example.com:8080
$ check_speedtest_servers --url http://example.com/upload.php
$ check_speedtest_servers --host example.com:8080 http://example.com/upload.php
Thanks
------
This was written on company time with my employer [Inspire Net][1], who has
generously allowed me to open source it.
License
-------
Copyright (c) [Tom Ryder][2]. Distributed under [MIT License][3].
[1]: https://www.inspire.net.nz/
[2]: https://sanctum.geek.nz/
[3]: https://opensource.org/licenses/MIT
|