From 551bc489408c1efc0d0899ead3894c3d04a0f300 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 8 Apr 2020 15:48:20 +0000 Subject: [PATCH] suricata: disable dns flood protection this causes errors in unbound and also other linux clients if a dns rule triggers. Signed-off-by: Arne Fitzenreiter --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 1f33ea0f34..43f10c89d9 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -435,7 +435,7 @@ app-layer: # How many unreplied DNS requests are considered a flood. # If the limit is reached, app-layer-event:dns.flooded; will match. - request-flood: 2048 + #request-flood: 512 tcp: enabled: yes -- 2.39.2