mirror of
https://github.com/SukkaW/Surge.git
synced 2026-03-15 15:36:42 +08:00
Update Global & Domestic & Reject Hosts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user