|
|
@@ -11,16 +11,16 @@
|
|
|
//LIST OF TEST SERVERS. See documentation for details if needed
|
|
|
var SPEEDTEST_SERVERS=[
|
|
|
{ //this is my demo server, remove it
|
|
|
- name:"Speedtest Demo Server 1", //user friendly name for the server
|
|
|
- server:"//mpotdemo.fdossena.com/", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically
|
|
|
+ name:"Speedtest Demo Server (Helsinki)", //user friendly name for the server
|
|
|
+ server:"//fi.openspeed.org/", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically
|
|
|
dlURL:"garbage.php", //path to download test on this server (garbage.php or replacement)
|
|
|
ulURL:"empty.php", //path to upload test on this server (empty.php or replacement)
|
|
|
pingURL:"empty.php", //path to ping/jitter test on this server (empty.php or replacement)
|
|
|
getIpURL:"getIP.php" //path to getIP on this server (getIP.php or replacement)
|
|
|
},
|
|
|
{ //this is my demo server, remove it
|
|
|
- name:"Speedtest Demo Server 2",
|
|
|
- server:"//mpotdemo2.fdossena.com/",
|
|
|
+ name:"Old Speedtest Demo Server",
|
|
|
+ server:"//mpotdemo.fdossena.com/",
|
|
|
dlURL:"garbage.php",
|
|
|
ulURL:"empty.php",
|
|
|
pingURL:"empty.php",
|
|
|
@@ -29,6 +29,7 @@ var SPEEDTEST_SERVERS=[
|
|
|
//add other servers here, comma separated
|
|
|
];
|
|
|
|
|
|
+
|
|
|
//INITIALIZE SPEEDTEST
|
|
|
var s=new Speedtest(); //create speedtest object
|
|
|
s.addTestPoints(SPEEDTEST_SERVERS); //add list of servers
|