jgmdev / ddos-deflate

Fork of DDoS Deflate with fixes, improvements and new features.
Other
772 stars 262 forks source link

IPs within ignored ranges still banned #6

Closed stardust342 closed 5 years ago

stardust342 commented 8 years ago

Hi, I have added all the CloudFlare IPs to my ignore list, but IPs within that range are still getting banned. Example: 108.162.192.0/18 ignored, yet 108.162.229.32 still banned. I'm not sure if IP Range compatibility was intended, but I think it would be very useful. Thanks.

jgmdev commented 8 years ago

Currently ranges are not supported but it seems that this resource will help to implement it: http://technicalworldforyou.blogspot.com/2013/06/ipcalc-command-line-tool-for.html http://stackoverflow.com/questions/10768160/ip-address-converter

clarkchentw commented 8 years ago

Any update for this? Just want to know when it's going to supportIP range

bigqiang commented 8 years ago

After adding ip into this file(ignore.ip.list), set it read-only.

chmod 400 ignore.ip.list
safly commented 5 years ago

It will support :)

jgmdev commented 5 years ago

Implemented by @safly (thank you!) on #45, #46, #47 and #48 so closing.