Skip to content

Instantly share code, notes, and snippets.

@xinyangli
Created May 6, 2024 07:30
Show Gist options
  • Save xinyangli/e4c06f60911d6d1bc63155e89dabfa6c to your computer and use it in GitHub Desktop.
Save xinyangli/e4c06f60911d6d1bc63155e89dabfa6c to your computer and use it in GitHub Desktop.
Speedtest mainland china servers
[
{
"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