antonioribeiro / firewall

Firewall package for Laravel applications
BSD 3-Clause "New" or "Revised" License
1.39k stars 162 forks source link

temporary block #152

Open jasperf opened 4 years ago

jasperf commented 4 years ago

Is it also possible to temporarily block an ip address? Wordfence does for example block access to ip address for too many login requests for x hrs or days. Can this be done with this Laravel Firewall Package?

antonioribeiro commented 4 years ago

Not yet.

jasperf commented 4 years ago

@antonioribeiro understood. Thanks for putting out this package and if you can keep this issue open as a request for a future feature.

antonioribeiro commented 4 years ago

@jasperf, yes, tagged it as "enhancement" to do it later. Feel free to send a Pull Request for it, if you can.