mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Fix: do not whitelist reject/non_ip
This commit is contained in:
parent
6da1069147
commit
249df2f6bf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user