Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show and unblock IP's in Admin #213

Closed
s7e7v7e7n7 opened this issue Nov 12, 2020 · 1 comment
Closed

Show and unblock IP's in Admin #213

s7e7v7e7n7 opened this issue Nov 12, 2020 · 1 comment

Comments

@s7e7v7e7n7
Copy link

How can I see and ublock the IP addresses blocked with Ratelimit in admin? Is there a way to do this?

Thanks.

@adamchainz
Copy link
Collaborator

There's no way by default, since ratelimit uses Django's cache system to store rates, and the cache can't be easily queried. But you can build your own tracking on top if you call is_ratelimited. See also #210 which asked the same question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants