Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-speedtest
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujiebin
hilo-speedtest
Commits
74b5f160
Commit
74b5f160
authored
Feb 23, 2023
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
正服
parent
0c612477
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
speedtest.html
web/assets/speedtest.html
+3
-3
No files found.
web/assets/speedtest.html
View file @
74b5f160
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
//LIST OF TEST SERVERS. See documentation for details if needed
//LIST OF TEST SERVERS. See documentation for details if needed
var
SPEEDTEST_SERVERS
=
[
var
SPEEDTEST_SERVERS
=
[
{
//this server doesn't actually exist, remove it
{
//this server doesn't actually exist, remove it
name
:
"
hilo
test apiv1
"
,
//user friendly name for the server
name
:
"
hilo
server
"
,
//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
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)
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)
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)
pingURL
:
"
backend/empty.php
"
,
//path to ping/jitter test on this server (empty.php or replacement)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment