diff --git a/gsuid_core/utils/download_resource/download_core.py b/gsuid_core/utils/download_resource/download_core.py index e807cb2..a2432e2 100644 --- a/gsuid_core/utils/download_resource/download_core.py +++ b/gsuid_core/utils/download_resource/download_core.py @@ -58,8 +58,9 @@ async def check_speed(): URL_LIB = { '[JPFRP]': 'http://jp-2.lcf.icu:13643', - '[qxqx]': 'https://kr-arm.qxqx.me', '[HKFRP]': 'http://hk-1.5gbps-2.lcf.icu:10200', + '[qianxu-jp]': 'https://jp.qxqx.me', + '[qianxu-kr]': 'https://kr-arm.qxqx.me', } TAG, BASE_URL = await find_fastest_url(URL_LIB)