From 91aab3ca7a267513a57107b179e3bb3d5c7ef244 Mon Sep 17 00:00:00 2001 From: xream Date: Thu, 20 Jun 2024 10:59:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Tencent=20DNS=20?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/core/proxy-utils/processors/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/core/proxy-utils/processors/index.js b/backend/src/core/proxy-utils/processors/index.js index d76134a..a96135a 100644 --- a/backend/src/core/proxy-utils/processors/index.js +++ b/backend/src/core/proxy-utils/processors/index.js @@ -478,7 +478,7 @@ const DOMAIN_RESOLVERS = { return result; }, Tencent: async function (domain, type, noCache) { - const id = hex_md5(`ALI:${domain}:${type}`); + const id = hex_md5(`TENCENT:${domain}:${type}`); const cached = resourceCache.get(id); if (!noCache && cached) return cached; const resp = await $.http.get({