P PSS Well-Known Member Feb 26, 2011 #1 Feb 26, 2011 #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?
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?
N NiteWave Administrator Feb 26, 2011 #2 Feb 26, 2011 #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.
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.