summaryrefslogtreecommitdiff
path: root/config/searx
diff options
context:
space:
mode:
Diffstat (limited to 'config/searx')
-rw-r--r--config/searx/default.nix26
1 files changed, 13 insertions, 13 deletions
diff --git a/config/searx/default.nix b/config/searx/default.nix
index 2717868..7445c54 100644
--- a/config/searx/default.nix
+++ b/config/searx/default.nix
@@ -148,19 +148,19 @@ in {
}
];
}
- {
- name = "suspiciously Connection=close header";
- filters = [ "Header:Connection=close" ];
- limit = 0;
- stop = true;
- actions = [
- { name = "log"; }
- {
- name = "block";
- params = { message = "Rate limit exceeded"; };
- }
- ];
- }
+ # {
+ # name = "suspiciously Connection=close header";
+ # filters = [ "Header:Connection=close" ];
+ # limit = 0;
+ # stop = true;
+ # actions = [
+ # { name = "log"; }
+ # {
+ # name = "block";
+ # params = { message = "Rate limit exceeded"; };
+ # }
+ # ];
+ # }
{
name = "IP limit";
interval = 61;