Unblocking an IP when using Dalli (memcached) #528
Unanswered
chrisedington
asked this question in
Questions (Q&A)
Replies: 2 comments 2 replies
|
@chrisedington Hello! Did you manage to find and implement a way to unlock it? |
2 replies
|
I’m using Redis and I’m facing the same issue as you. I’ve built three or four different methods, including finding three different ways to clear the Redis cache and even a Rack::Attack dashboard, but they all end up functioning the same. There’s some persistent or residual data involving permanent bans — deleting them only takes their ban and their counter off the cache, allowing them to visit the website, but all requests made to that url are forever banned and cannot be unbanned. I’ve scoured every guide out there. Will update if I find anything. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
I have a fairly simple question but I cant seem to find a concrete answer. I would like to go live with the below configuration, however I need to be able to unblock an IP incase one of our customers is blocked in error.
I'm using the Dalli Memcached store, and by the looks of it you cant narrow down a specific key and remove it.
https://www.backerkit.com/blog/building-a-rackattack-dashboard/
This article was very informative, however it doesn't look like it's going to work with Dalli.
Any recommendations how I can unblock an IP in the event of a erroneous block?
All reactions