mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-06 06:10:06 +08:00
Disable most sources from netease
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
* Contributors : Aoran Zeng <ccmywish@qq.com>
|
||||
* |
|
||||
* Created On : <2023-09-26>
|
||||
* Last Modified : <2024-11-04>
|
||||
* Last Modified : <2025-06-20>
|
||||
*
|
||||
* 名称为 Fedora Linux
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* @update 2024-11-04
|
||||
* @update 2025-06-20
|
||||
*/
|
||||
static Source_t os_fedora_sources[] =
|
||||
{
|
||||
@@ -23,7 +23,7 @@ static Source_t os_fedora_sources[] =
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/fedora"},
|
||||
{&Tencent, "https://mirrors.tencent.com/fedora"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/fedora"},
|
||||
{&Netease, "https://mirrors.163.com/fedora"},
|
||||
// {&Netease, "https://mirrors.163.com/fedora"}, /* 不启用原因:过慢 */
|
||||
{&Sohu, "https://mirrors.sohu.com/fedora"}
|
||||
};
|
||||
def_sources_n(os_fedora);
|
||||
|
||||
@@ -22,7 +22,7 @@ static Source_t os_rockylinux_sources[] =
|
||||
{&Zju, "https://mirrors.zju.edu.cn/rocky"},
|
||||
{&Lzuoss, "https://mirror.lzu.edu.cn/rocky"},
|
||||
{&Sohu, "https://mirrors.sohu.com/Rocky"},
|
||||
{&Netease, "https://mirrors.163.com/rocky"}
|
||||
// {&Netease, "https://mirrors.163.com/rocky"} /* 不启用原因:过慢 */
|
||||
};
|
||||
def_sources_n(os_rockylinux);
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ static Source_t os_openeuler_sources[] =
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/openeuler/"},
|
||||
{&Tencent, "https://mirrors.tencent.com/openeuler/"},
|
||||
// {&Tencent_Intra, "https://mirrors.tencentyun.com/openeuler/"},
|
||||
{&Netease, "https://mirrors.163.com/openeuler/"}
|
||||
// {&Netease, "https://mirrors.163.com/openeuler/"} /* 不启用原因:过慢 */
|
||||
// {&Sohu, "https://mirrors.sohu.com/openeuler/"}
|
||||
};
|
||||
def_sources_n(os_openeuler);
|
||||
|
||||
Reference in New Issue
Block a user