Threat Shield: warnings when loading ip blacklists

Good morning,
it’s been a few days that while loading ip blacklists, an email like this arrives:

ipset v7.1: Error in line 131073: Hash is full, cannot add more elements
[WARNING] Can’t load bl-blocklist_net_ua ipset

The url of the ip list download is.

GitHub - firehol/blocklist-ipsets: ipsets dynamically updated with firehol's update-ipsets.sh script

and the blacklist incriminated is:

Blocklist Net UA

Thank you

It’s a hardcoded limit:

1 Like

We added a new MaxElem prop to handle such case.
I still suggest to not change it, still you can do it.
Check it out: https://github.com/NethServer/nethserver-blacklist/#configuration

1 Like