diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-01-26 09:28:21 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-01-26 09:58:22 +0100 |
commit | 899e5a80d67610af1ee9c2d0231a9a23ba3248e1 (patch) | |
tree | 4804cec80e30b42df4c27f6673a7ecc694c64c7d /test/configs/unusual-ndpi.conf | |
parent | 053818b242d531f2b3394e766038e9843d71e4a1 (diff) |
CI: Fixed config tests
* set max dots per line to improve CI output
* commented `flow_risk.crawler_bot.list.load` out
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/configs/unusual-ndpi.conf')
-rw-r--r-- | test/configs/unusual-ndpi.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/configs/unusual-ndpi.conf b/test/configs/unusual-ndpi.conf index 0864c0f8d..115118eb1 100644 --- a/test/configs/unusual-ndpi.conf +++ b/test/configs/unusual-ndpi.conf @@ -22,7 +22,8 @@ dpi.compute_entropy = 1 fpc = enable dpi.guess_on_giveup = 0x01 flow_risk_lists.load = 1 -flow_risk.crawler_bot.list.load = 1 +# Currently broken (upstream) +#flow_risk.crawler_bot.list.load = 1 log.level = 3 [protos] |