diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-17 15:36:10 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-17 15:36:10 +0100 |
commit | de58f02f6b502f05a86df50e3e6fa77d0b666ec9 (patch) | |
tree | b39f4b11bd9a57d459caae3ad15df4eadba069c0 /utils | |
parent | 63b0ba701fa95b468b935b4f1ba2ef48a9b1c8d0 (diff) | |
download | searxng-de58f02f6b502f05a86df50e3e6fa77d0b666ec9.tar.gz searxng-de58f02f6b502f05a86df50e3e6fa77d0b666ec9.zip |
filtron: add missing log action to the filtron rules
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/templates/etc/filtron/rules.json | 2 |
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"}} ] |