Browse Source

filtron: add missing log action to the filtron rules

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 5 years ago
parent
commit
de58f02f6b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      utils/templates/etc/filtron/rules.json

+ 2 - 0
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"}}
               ]