From 89a7fece9addf6881169642d0b8a18e79d58e179 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 15 Jan 2024 10:17:05 -0700 Subject: [PATCH] Mention static and dynamic zones in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4a589e..e4475bb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This module implements both internal and distributed HTTP rate limiting. Request ## Features - Multiple rate limit zones + - Static or dynamic + - Can be based on request host, header, remote IP, client IP, etc. - Sliding window algorithm - Scalable ring buffer implementation - Buffer pooling