Fix: use punycode.toASCII in trie dumping

This commit is contained in:
SukkaW
2025-03-17 17:31:22 +08:00
parent 62b93bbc03
commit 78f5b83b39
6 changed files with 24 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ export async function parseGfwList() {
const res = await (await $$fetch('https://litter.catbox.moe/gv0bw6.csv', {
headers: {
accept: '*/*',
'user-agent': 'curl/8.9.1'
'user-agent': 'curl/8.12.1'
}
})).text();
const topDomains = parse(res);