So, I've been actively banning IPs of malicious users. Previously, I only used IPtables to do this, but since giving APF a whirl, I've been having issues. It appears that there is a limit to the number of rules you can set with APF.
I've got a list of about 200 IPs to block, but after entering apf -d , only the most recent added are in the deny list.
Looking at hosts.deny, it is empty, so I suppose I could add them there, but it seems to make APF useless if I have to use other methods to so what I expect it to do.
APF is a wrapper for iptables, and in looking at iptables, I see 102 IPs being blocked there.
Does anyone know of what would be limiting the number of TDENY rules?