error message when running "/usr/local/bin/VB-firewall.pl --voipbl --noblack --debugX"
Loading new rules into voipblip and voipblnet... ipset v6.36: Error in line 1: Null-valued element, cannot be stored in a hash type of set
Seems like the first line of the temporary ipset rules is screwing it up "add voipblip 0.0.0.0 -exist".
When i delete the first line of the tmp rule set and manually restore the iptables file it works fine but then of course fails on the next cronjob.
Is there a fix for this?