Anti-DDoS Blocked IP list?

PSS

Well-Known Member
#1
Is there any way to output Anti-DDoS Blocked IP list to a separate (file or db) list with UNIX timestamps? I need to get them to monitoring/analyse system I have running on php.

Perhaps in future version?
 

NiteWave

Administrator
#2
currently, you can search error.log with following pattern:
Code:
reached per client soft connection limit
reached per client hard connection limit
to know IPs being banned by lsws, and the time stamp.
 
Top