Fix: do not whitelist reject/non_ip

This commit is contained in:
SukkaW 2025-06-20 17:35:58 +08:00
parent 6da1069147
commit 249df2f6bf

View File

@ -226,7 +226,9 @@ export const buildRejectDomainSet = task(require.main === module, __filename)(as
rejectDomainsetOutput.whitelistDomain(domain);
rejectExtraDomainsetOutput.whitelistDomain(domain);
rejectPhisingDomainsetOutput.whitelistDomain(domain);
rejectNonIpRulesetOutput.whitelistDomain(domain);
// DON'T Whitelist reject non_ip ruleset, we are force blocking thingshere
// rejectNonIpRulesetOutput.whitelistDomain(domain);
}
// we use "whitelistKeyword" method, this will be used to create kwfilter internally