mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-09 14:44:00 +08:00
Measure upstream speed for openEuler
This commit is contained in:
parent
ab509f6207
commit
a7360aac22
|
@ -5,16 +5,24 @@
|
||||||
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
||||||
* | Yangmoooo <yangmoooo@outlook.com>
|
* | Yangmoooo <yangmoooo@outlook.com>
|
||||||
* | happy game <happygame1024@gmail.com>
|
* | happy game <happygame1024@gmail.com>
|
||||||
|
* |
|
||||||
* Created On : <2023-09-06>
|
* Created On : <2023-09-06>
|
||||||
* Last Modified : <2024-12-18>
|
* Last Modified : <2024-12-18>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
static SourceProvider_t os_Upstream_openEuler =
|
||||||
|
{
|
||||||
|
"upstream", "https://repo.openeuler.org/", "上游默认源 https://repo.openeuler.org/", "https://repo.openeuler.org/",
|
||||||
|
{NotSkip, NA, NA, "https://repo.openeuler.org/openEuler-24.03-LTS/ISO/x86_64/openEuler-24.03-LTS-netinst-x86_64-dvd.iso"} // 896MB
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @update 2024-09-14
|
* @update 2024-12-18
|
||||||
*/
|
*/
|
||||||
static Source_t os_openeuler_sources[] =
|
static Source_t os_openeuler_sources[] =
|
||||||
{
|
{
|
||||||
{&UpstreamProvider, "https://repo.openeuler.org/"},
|
{&os_Upstream_openEuler, "https://repo.openeuler.org/"},
|
||||||
{&Ali, "https://mirrors.aliyun.com/openeuler/"},
|
{&Ali, "https://mirrors.aliyun.com/openeuler/"},
|
||||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/openeuler/"},
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/openeuler/"},
|
||||||
{&Ustc, "https://mirrors.ustc.edu.cn/openeuler/"},
|
{&Ustc, "https://mirrors.ustc.edu.cn/openeuler/"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user