mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 02:59:01 +08:00
fix: 修复 Tencent DNS 缓存
This commit is contained in:
parent
c1a9fc6abc
commit
91aab3ca7a
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user