mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-06 21:02:44 +08:00
15 lines
554 B
C
15 lines
554 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 : <2024-11-21>
|
|
* ------------------------------------------------------------*/
|
|
|
|
static MirrorSite
|
|
RsProxyCN = {
|
|
"rsproxycn", "RsProxy.cn", "字节跳动基础架构Dev Infra", "https://rsproxy.cn/",
|
|
{SKIP, ToFill, ToFill, NULL}
|
|
};
|