mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 12:31:54 +08:00
Perf: speed up infra
This commit is contained in:
@@ -62,9 +62,7 @@ const BLACK_TLD = new Set([
|
||||
|
||||
runner(__filename, async () => {
|
||||
const domainSet = Array.from(
|
||||
(
|
||||
await processFilterRules('https://curbengh.github.io/phishing-filter/phishing-filter-agh.txt')
|
||||
).black
|
||||
(await processFilterRules('https://curbengh.github.io/phishing-filter/phishing-filter-agh.txt')).black
|
||||
);
|
||||
const domainCountMap = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user