mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
20 lines
398 B
JSON
Executable File
20 lines
398 B
JSON
Executable File
|
|
[
|
|
{
|
|
"name": "Example server 1 (HTTP and HTTPS)",
|
|
"server" :"//example1.mydomain.com/",
|
|
"dlURL" :"garbage.php",
|
|
"ulURL" :"empty.php",
|
|
"pingURL" :"empty.php",
|
|
"getIpURL" :"getIP.php"
|
|
},
|
|
{
|
|
"name": "Example server 2 (HTTPS only)",
|
|
"server" :"https://example2.mydomain.com/",
|
|
"dlURL" :"garbage.php",
|
|
"ulURL" :"empty.php",
|
|
"pingURL" :"empty.php",
|
|
"getIpURL" :"getIP.php"
|
|
}
|
|
]
|