From bf28edb9e6fa60b5c7f3eadf8ffa832f2b4ba98b Mon Sep 17 00:00:00 2001 From: Satvik-Singh192 Date: Mon, 27 Oct 2025 21:40:28 +0530 Subject: [PATCH] feat: complete setup (#9) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5369247..1707088 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Edit `firewall_config.json` to customize thresholds: ```json { "thresholds": { - "syn_flood_threshold": 100, // SYN packets per minute + "syn_flood_threshold": 100, // SYN packets per minute "connection_threshold": 50, // Connections per IP per minute "packet_rate_threshold": 1000, // Total packets per IP per minute "port_scan_threshold": 20, // Different ports accessed per minute