mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
suricata: Set detection profile to high
This will merge rules more aggressively so that the engine is only processing those that can actually match. Memory is cheap. People with little memory should not run suricata anyways. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Stefan Schantl
parent
9f726f8f53
commit
5196d8ddbb
@@ -745,7 +745,7 @@ decoder:
|
||||
# If the argument specified is 0, the engine uses an internally defined
|
||||
# default limit. On not specifying a value, we use no limits on the recursion.
|
||||
detect:
|
||||
profile: medium
|
||||
profile: high
|
||||
custom-values:
|
||||
toclient-groups: 3
|
||||
toserver-groups: 25
|
||||
|
||||
Reference in New Issue
Block a user