From 74b5f16094da7581642fd970d54bcc6d142a78fc Mon Sep 17 00:00:00 2001 From: hujiebin Date: Thu, 23 Feb 2023 09:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/assets/speedtest.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/assets/speedtest.html b/web/assets/speedtest.html index a717056..036f917 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(); } - + } -- 2.22.0