Browse Source

MPOT examples updated to point to new Helsinki server

dosse91 6 years ago
parent
commit
c4d660440d
2 changed files with 9 additions and 8 deletions
  1. 4 4
      example-multipleServers-full.html
  2. 5 4
      example-multipleServers-pretty.html

+ 4 - 4
example-multipleServers-full.html

@@ -11,16 +11,16 @@ function I(i){return document.getElementById(i);}
 //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",

+ 5 - 4
example-multipleServers-pretty.html

@@ -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