|
10 | 10 |
|
11 | 11 | //LIST OF TEST SERVERS. See documentation for details if needed |
12 | 12 | var SPEEDTEST_SERVERS=[ |
13 | | - { //this is my demo server, remove it |
14 | | - name:"Speedtest Demo Server (Helsinki)", //user friendly name for the server |
15 | | - server:"//fi.openspeed.org/", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically |
| 13 | + { //this server doesn't actually exist, remove it |
| 14 | + name:"Example Server 1", //user friendly name for the server |
| 15 | + server:"//test1.mydomain.com/", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically |
| 16 | + dlURL:"backend/garbage.php", //path to download test on this server (garbage.php or replacement) |
| 17 | + ulURL:"backend/empty.php", //path to upload test on this server (empty.php or replacement) |
| 18 | + pingURL:"backend/empty.php", //path to ping/jitter test on this server (empty.php or replacement) |
| 19 | + getIpURL:"backend/getIP.php" //path to getIP on this server (getIP.php or replacement) |
| 20 | + }, |
| 21 | + { //this server doesn't actually exist, remove it |
| 22 | + name:"Example Server 2", //user friendly name for the server |
| 23 | + server:"//test2.example.com/", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically |
16 | 24 | dlURL:"garbage.php", //path to download test on this server (garbage.php or replacement) |
17 | 25 | ulURL:"empty.php", //path to upload test on this server (empty.php or replacement) |
18 | 26 | pingURL:"empty.php", //path to ping/jitter test on this server (empty.php or replacement) |
19 | 27 | getIpURL:"getIP.php" //path to getIP on this server (getIP.php or replacement) |
20 | | - }, |
21 | | - { //this is my demo server, remove it |
22 | | - name:"Old Speedtest Demo Server", |
23 | | - server:"//mpotdemo.fdossena.com/", |
24 | | - dlURL:"garbage.php", |
25 | | - ulURL:"empty.php", |
26 | | - pingURL:"empty.php", |
27 | | - getIpURL:"getIP.php" |
28 | 28 | } |
29 | 29 | //add other servers here, comma separated |
30 | 30 | ]; |
|
0 commit comments