vsemionov / django-blacklist

Blacklist users and hosts in Django. Automatically blacklist rate-limited clients.
MIT License
22 stars 10 forks source link

add settings to execlude a user or ip from being blacklisted. #12

Open muhannad-hash opened 5 months ago

muhannad-hash commented 5 months ago

I cloned the repo and added a custom settings to be able to execlude a user or ip from being black listed. but I am unable to create a PR. I would be really happy to push my changes if you are interested.

vsemionov commented 5 months ago

Hi. Thank you, it would be a good feature to have. Can you please show me your changes, so I could review them? For example, you could post the diff here. Cheers!

muhannad-hash commented 4 months ago

diff.txt

this is my diff file, It has my changes along with black formatting.