Accurate and rough measure for mirror site

This commit is contained in:
Aoran Zeng
2025-07-11 15:08:57 +08:00
parent 4fed086f7d
commit f6731adf81
13 changed files with 84 additions and 69 deletions

View File

@@ -42,12 +42,14 @@
* 定义专服务于该target的镜像站该例数据为虚拟填充
*/
static MirrorSite_t
RubyMetric = {"rbmt", // chsrc set <target> rbmt
RubyMetric = {"rbmt", // 该镜像站的 code, 可以这么使用: chsrc set <target> rbmt
"RubyMetric", // 该镜像站的缩写
"RubyMetric.com", // 该镜像站的全名
"https://rubymetirc.com", // 镜像站首页
// 镜像站某个较大的可下载物的下载链接,用于测速
"https://rubymetirc.com/target/aws/aws-sdk-go/@v/v1.45.2.zip"};
"https://rubymetirc.com/target/aws/aws-sdk-go/@v/v1.45.2.zip",
ACCURATE}; // 是否为精准测速若使用间接URL来测速则填ROUGH
/**
* @update 2025-12-31