mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
filtron: add missing log action to the filtron rules
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
"limit": 0,
|
"limit": 0,
|
||||||
"stop": true,
|
"stop": true,
|
||||||
"actions": [
|
"actions": [
|
||||||
|
{"name":"log"},
|
||||||
{"name": "block",
|
{"name": "block",
|
||||||
"params": {"message": "Rate limit exceeded"}}
|
"params": {"message": "Rate limit exceeded"}}
|
||||||
]
|
]
|
||||||
@@ -66,6 +67,7 @@
|
|||||||
"limit": 0,
|
"limit": 0,
|
||||||
"stop": true,
|
"stop": true,
|
||||||
"actions": [
|
"actions": [
|
||||||
|
{"name":"log"},
|
||||||
{"name": "block",
|
{"name": "block",
|
||||||
"params": {"message": "Rate limit exceeded"}}
|
"params": {"message": "Rate limit exceeded"}}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user