Disable most sources from sohu

This commit is contained in:
Aoran Zeng
2025-06-20 16:30:52 +08:00
parent c60e740549
commit 2da1dffca4
12 changed files with 26 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ static Source_t os_fedora_sources[] =
{&Tencent, "https://mirrors.tencent.com/fedora"},
// {&Tencent_Intra, "https://mirrors.tencentyun.com/fedora"},
// {&Netease, "https://mirrors.163.com/fedora"}, /* 不启用原因:过慢 */
{&Sohu, "https://mirrors.sohu.com/fedora"}
// {&Sohu, "https://mirrors.sohu.com/fedora"} /* 不启用原因:过慢 */
};
def_sources_n(os_fedora);