Update CDN & Reject Hosts
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy (push) Has been cancelled

This commit is contained in:
SukkaW
2026-08-30 15:31:33 +08:00
parent 1aff8494e5
commit e4f3b02f37
6 changed files with 19 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ export function createDomainAliveMethods(customWhoisServersMapping: Record<strin
}
export async function getMethods() {
const customWhoisServersMapping = await (await ($$fetch('https://cdn.jsdelivr.net/npm/whois-servers-list@latest/list.json'))).json() as Record<string, string>;
const customWhoisServersMapping = await (await ($$fetch('https://cdn.jsdelivr.net/gh/WooMai/whois-servers@master/list.json'))).json() as Record<string, string>;
return createDomainAliveMethods(customWhoisServersMapping);
};