Update Global & Domestic & Reject Hosts

This commit is contained in:
SukkaW
2026-01-29 17:18:45 +08:00
parent 2e86972ef3
commit 911852b0c6
5 changed files with 36 additions and 4 deletions

View File

@@ -58,8 +58,11 @@ export async function parseDomesticList() {
// }
// }
// ]);
const dump = resultTrie.dump(null, true);
console.log(resultTrie.dump().join('\n') + '\n');
console.log(dump.join('\n') + '\n');
console.log(`# Total: ${dump.length}`);
}
if (require.main === module) {