From 23878849932377cfd0a01224fdd134c1e2c5756b Mon Sep 17 00:00:00 2001 From: Salman Qureshi Date: Thu, 1 May 2025 16:30:06 +0530 Subject: [PATCH] docs: updated rate limit logic to allow 120 req/min per IP using CF-Connecting-IP behind Cloudflare, fallback compatable #8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c35b2e..6e997f9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ https://naas.isalman.dev/no ``` **Method:** `GET` -**Rate Limit:** `10 requests per minute per IP` +**Rate Limit:** `120 requests per minute per IP` ### 🔄 Example Request ```http