mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-27 19:19:35 +08:00
16 lines
641 B
C
16 lines
641 B
C
/** ------------------------------------------------------------
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
* -------------------------------------------------------------
|
|
* File Authors : Aoran Zeng <ccmywish@qq.com>
|
|
* Contributors : Nil Null <nil@null.org>
|
|
* Created On : <2024-10-02>
|
|
* Last Modified : <2025-07-11>
|
|
* ------------------------------------------------------------*/
|
|
|
|
static MirrorSite_t RsProxyCN =
|
|
{
|
|
IS_DedicatedMirrorSite,
|
|
"rsproxycn", "RsProxy.cn", "字节跳动基础架构Dev Infra", "https://rsproxy.cn/",
|
|
{NotSkip, NA, NA, "https://rsproxy.cn/api/v1/crates/windows/0.58.0/download", ACCURATE}
|
|
};
|