Unblocking an IP when using Dalli (memcached) #528
Replies: 2 comments 2 replies
-
@chrisedington Hello! Did you manage to find and implement a way to unlock it? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions