diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-01-26 01:00:18 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-01-26 01:00:18 +0100 |
commit | 09b246dbfa230511d5c2c69fce8ea87b1604c17c (patch) | |
tree | db939916178208eea241942ca1e8f771baa080d7 | |
parent | 471ea834933dd089b49777d595cef9f612bdb709 (diff) |
Temp disable `flow_risk.crawler_bot.list.load` in default config file
* currently broken in upstream
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | ndpid.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
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] |