Hello, wonderful team and community of HestiaCP. Thank you developers for this product, thank you forum moderators for your great answers!
The problem is as follows, I was trying to add a list of ip addresses in .txt format.
It is a list of scanners, found a script in this repository to generate this list.
The command to generate it is
python3 bin/asutil.py text > list.txt
Here’s a link for an example of my list.txt
The file will contain both ipv4 and ipv6 addresses, I separated them through grep and wrote them into separate files. But so far I’ve tried only ipv4 and I’m stuck on it.
Accordingly, I checked, there were no ipv6 addresses in the file, the number of addresses is 8200 and so is the “blacklist-malicious” list added.
The file was added like this:
file:/opt/folder/list.txt
And I get error “Error: Populating ipset table”.
Can you please tell me what could be the problem and what can be done?