From 09b246dbfa230511d5c2c69fce8ea87b1604c17c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 26 Jan 2025 01:00:18 +0100 Subject: Temp disable `flow_risk.crawler_bot.list.load` in default config file * currently broken in upstream Signed-off-by: Toni Uhlig --- ndpid.conf.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ndpid.conf.example b/ndpid.conf.example index aa7d310d2..20de510af 100644 --- a/ndpid.conf.example +++ b/ndpid.conf.example @@ -88,7 +88,8 @@ dpi.compute_entropy = 1 fpc = disable dpi.guess_on_giveup = 0x03 flow_risk_lists.load = 1 -flow_risk.crawler_bot.list.load = 1 +# Currently broken (upstream) +#flow_risk.crawler_bot.list.load = 1 log.level = 0 [protos] -- cgit v1.2.3