Created
May 6, 2024 07:30
-
-
Save xinyangli/e4c06f60911d6d1bc63155e89dabfa6c to your computer and use it in GitHub Desktop.
Speedtest mainland china servers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "ustc_ipv4", | |
"server": "http://test.ustc.edu.cn/backend/", | |
"dlURL": "garbage.php", | |
"ulURL": "empty.php", | |
"pingURL": "empty.php", | |
"getIpURL": "getIP.php" | |
}, | |
{ | |
"id": 2, | |
"name": "ustc_ipv6", | |
"server": "http://test6.ustc.edu.cn/backend/", | |
"dlURL": "garbage.php", | |
"ulURL": "empty.php", | |
"pingURL": "empty.php", | |
"getIpURL": "getIP.php" | |
}, | |
{ | |
"id": 3, | |
"name": "tuna_ipv4", | |
"server": "https://iptv.tsinghua.edu.cn/st/", | |
"dlURL": "garbage.php", | |
"ulURL": "empty.php", | |
"pingURL": "empty.php", | |
"getIpURL": "getIP.php" | |
}, | |
{ | |
"id": 4, | |
"name": "whu_ipv4", | |
"server": "https://www.lib.whu.edu.cn/speedtest/backend/", | |
"dlURL": "garbage.php", | |
"ulURL": "empty.php", | |
"pingURL": "empty.php", | |
"getIpURL": "getIP.php" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment