mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Update CDN & Global Hosts
This commit is contained in:
@@ -64,7 +64,7 @@ export async function parseGfwList() {
|
||||
trie.add(l);
|
||||
}
|
||||
|
||||
const res = await (await $fetch('https://litter.catbox.moe/wed48e.csv', {
|
||||
const res = await (await $fetch('https://litter.catbox.moe/sqmgyn.csv', {
|
||||
headers: {
|
||||
accept: '*/*',
|
||||
'user-agent': 'curl/8.9.1'
|
||||
@@ -129,7 +129,7 @@ export async function parseGfwList() {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(JSON.stringify(Array.from(missingTop10000Gfwed)), null, 2);
|
||||
console.log(JSON.stringify(Array.from(missingTop10000Gfwed), null, 2));
|
||||
|
||||
return [
|
||||
whiteSet,
|
||||
|
||||
Reference in New Issue
Block a user