From de58f02f6b502f05a86df50e3e6fa77d0b666ec9 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 17 Feb 2020 15:36:10 +0100 Subject: [PATCH] filtron: add missing log action to the filtron rules Signed-off-by: Markus Heiser --- utils/templates/etc/filtron/rules.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/templates/etc/filtron/rules.json b/utils/templates/etc/filtron/rules.json index f4a99b3e..8fbffa93 100644 --- a/utils/templates/etc/filtron/rules.json +++ b/utils/templates/etc/filtron/rules.json @@ -56,6 +56,7 @@ "limit": 0, "stop": true, "actions": [ + {"name":"log"}, {"name": "block", "params": {"message": "Rate limit exceeded"}} ] @@ -66,6 +67,7 @@ "limit": 0, "stop": true, "actions": [ + {"name":"log"}, {"name": "block", "params": {"message": "Rate limit exceeded"}} ]