From b18124b071a1d465bedede281921121f4adf4c6b Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Sat, 1 Mar 2025 13:51:18 -0500 Subject: [PATCH] Disable IP ranges drop map by default. --- src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.h b/src/common/config.h index 3157ac9..99f61f9 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -6,7 +6,7 @@ // Enables IPv4 range drop map. // Disable this if you don't plan on adding IPv4 ranges to the drop map as it will increase performance. -#define ENABLE_IP_RANGE_DROP +//#define ENABLE_IP_RANGE_DROP // The maximum IP ranges supported in the IP range drop map. #define MAX_IP_RANGES 4096