mirror of
https://github.com/SukkaW/Surge.git
synced 2026-04-30 01:46:57 +08:00
Chore: minor changes
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
@@ -269,11 +269,11 @@ export const buildRejectDomainSet = task(require.main === module, __filename)(as
|
||||
});
|
||||
|
||||
await Promise.all([
|
||||
rejectDomainsetOutput.write(),
|
||||
rejectExtraDomainsetOutput.write(),
|
||||
rejectPhisingDomainsetOutput.write(),
|
||||
rejectIPOutput.write(),
|
||||
rejectNonIpRulesetOutput.write()
|
||||
span.traceChildAsync('write reject domainset', () => rejectDomainsetOutput.write()),
|
||||
span.traceChildAsync('write reject_extra domainset', () => rejectExtraDomainsetOutput.write()),
|
||||
span.traceChildAsync('write reject_phishing domainset', () => rejectPhisingDomainsetOutput.write()),
|
||||
span.traceChildAsync('write reject ip list', () => rejectIPOutput.write()),
|
||||
span.traceChildAsync('write reject non-ip ruleset', () => rejectNonIpRulesetOutput.write())
|
||||
]);
|
||||
|
||||
// we are going to re-use rejectOutput's domainTrie and mutate it
|
||||
|
||||
Reference in New Issue
Block a user