Search found 1 match

by mostlegit
09 Feb 2015, 22:47
Forum: General Discussion (csf)
Topic: Using IPset with CSF question
Replies: 1
Views: 3417

Using IPset with CSF question

I have a question about using IPSet with CSF. I'm fairly familiar with IPset but I'm not sure how it works with CSF. For example: [~]# ipset create bruteforcers hash:ip hashsize 4096 [~]# iptables -I INPUT -m set --match-set bruteforcers src -j DROP [~]# ipset add bruteforcers 128.230.193.152 [~]# i...