summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/templates/etc/filtron/rules.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/templates/etc/filtron/rules.json b/utils/templates/etc/filtron/rules.json
index f4a99b3e8..8fbffa937 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"}}
]