-
Here is my code
const rateLimit = require('express-rate-limit');
const redis = require('redis');
const RedisStore = require('rate-limit-redis');
let apiLimiter;
const client = redis.createClien…
-
**Describe the bug**
When users access our service via I2P, all access to the API will appear to be coming from the LAN IP address of our I2P router, as opposed to an actual client IP.
**Expected…
-
As we currently have a configuration option (`blacklist.firewall`) to run shell commands on blacklisting IP addresses, could we also have an option for running shell commands when user is added to whi…
-
I just want to know if the following use cases are possible or will be possible in the near future.
Let's say we have rate limiting per IP address.
> Use case 1: Is it possible to whitelist the …
-
My script keeps receiving a Failed HTTP (503 Error) when attempting to retrieve the contents from http://a.4cdn.org/pol/archive.json. It was working yesterday but hasn't worked since.
-
When UFW is used as firewall timeouts occur ( #106 #69 #77 #29 #17 ...) since the firewall's rate limiting kicks in if **more than 6 connections within 30 seconds are established**:
> **ufw** supp…
-
IP geolocation APIs are strictly rate limited. The geolocations should be cached to limit the number of queries we make.
-
Does Servant Auth itself do rate limiting for Basic Auth? If not is there anyway I could rate limit myself based on IP addresses? checkAuth would be an ideal place to do it, but I don't have access to…
-
Today the RateLimiting plan on TMail is assigned individually to each user.
We should refactor that so we can change it to apply a plan to a domain (that will apply for every user belonging to that d…
-
### Feature description
In a CI/CD process like Kestra, it's common to encounter Docker Hub rate limits when pulling Docker images repeatedly during builds. To mitigate this issue and improve build…