noppel
Results
1
issues of
noppel
### What happened I can add an ipset of about 35000 addresses with the command: firewall-cmd --permanent --delete-ipset="blocklist_ips" firewall-cmd --permanent --new-ipset="blocklist_ips" --type=hash:ip --option=family=inet --option=hashsize=1024 --option=maxelem=50000 firewall-cmd --permanent --ipset="blocklist_ips" --add-entries-from-file="blocklist.txt" I...
triage