Skip to content

Commit 2ea9b4f

Browse files
committed
Removed demo server from multipleServer examples because people don't understand the concept of demo
1 parent 624de77 commit 2ea9b4f

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

example-multipleServers-full.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010

1111
//LIST OF TEST SERVERS. See documentation for details if needed
1212
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
1624
dlURL:"garbage.php", //path to download test on this server (garbage.php or replacement)
1725
ulURL:"empty.php", //path to upload test on this server (empty.php or replacement)
1826
pingURL:"empty.php", //path to ping/jitter test on this server (empty.php or replacement)
1927
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"
2828
}
2929
//add other servers here, comma separated
3030
];

example-multipleServers-pretty.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010

1111
//LIST OF TEST SERVERS. See documentation for details if needed
1212
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
1624
dlURL:"garbage.php", //path to download test on this server (garbage.php or replacement)
1725
ulURL:"empty.php", //path to upload test on this server (empty.php or replacement)
1826
pingURL:"empty.php", //path to ping/jitter test on this server (empty.php or replacement)
1927
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"
2828
}
2929
//add other servers here, comma separated
3030
];

0 commit comments

Comments
 (0)