diff --git a/web/assets/speedtest.html b/web/assets/speedtest.html index a71705667a55e697798dcef80631ea96b19ce6ab..036f91707747981b3babd5b49b9840a211145642 100644 --- a/web/assets/speedtest.html +++ b/web/assets/speedtest.html @@ -11,8 +11,8 @@ //LIST OF TEST SERVERS. See documentation for details if needed var SPEEDTEST_SERVERS=[ { //this server doesn't actually exist, remove it - name:"hilo test apiv1", //user friendly name for the server - server:"//test.apiv1.faceline.live", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically + name:"hilo server", //user friendly name for the server + server:"//apiv1.faceline.live", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically dlURL:"backend/garbage.php", //path to download test on this server (garbage.php or replacement) ulURL:"backend/empty.php", //path to upload test on this server (empty.php or replacement) pingURL:"backend/empty.php", //path to ping/jitter test on this server (empty.php or replacement) @@ -72,7 +72,7 @@ function loadServers(){ //called when the page is fully loaded console.log(SPEEDTEST_SERVERS) selectServer(); } - + }