question about mod_evasive blacklist file

blackmetal

Verified User
Joined
Jul 22, 2007
Messages
75
Hello,
i want know how can i remove an ip from mod_evasive blacklist or where is mod_evasive black list file?
i search lot in host.deny and my csf configruation but mod_evasive blocked ip does nto store on those files,
Thanks,
 
Hello,
i want know how can i remove an ip from mod_evasive blacklist or where is mod_evasive black list file?

As far as I remember there is no such file, there is just a "hash table". The ip is removed automatically from it after the period (DOSBlockingPeriod) you have set. You can, however, use a "white list" to permantly accept (blocking) calls from an IP:

DOSWhitelist 127.0.0.1
DOSWhitelist 192.168.1.200
DOSWhitelist 77.88.99.100

Markku
 
aha thank you for your answer and yes you are right it keeps ips on hash table and after lot search i am agree with you which only way for trust ip is your way,
 
Back
Top