Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Uncomplication" needs work #24

Open
cbuijs opened this issue Jan 15, 2018 · 1 comment
Open

"Uncomplication" needs work #24

cbuijs opened this issue Jan 15, 2018 · 1 comment

Comments

@cbuijs
Copy link
Owner

cbuijs commented Jan 15, 2018

I did some work already (see uncomplicate def), but disabled it by default due to being to slow and way to CPU/Time hogging.

But in short:

  • Remove all blacklist entries that are already matched by whitelist ones.

As these are different data-sets (IP, Domain and Regex), I would like to come up with:

  • Remove blacklist domain-entries
  • Remove blacklist IP-Addresses/Subnets that are included in Whitelisted ones
  • Remove blacklisted domain- and IP-Address/Subnets that are matched against Whitelist regexes
@cbuijs
Copy link
Owner Author

cbuijs commented Jan 16, 2018

Updated the routines and activated. It is still not fast enough for my taste, but now with the savelist feature reloads are fast.

Keeping this open to work on on progress more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant