]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/templates/default/filter.erb
Use fail2ban to block nominatim abusers
[chef.git] / cookbooks / fail2ban / templates / default / filter.erb
diff --git a/cookbooks/fail2ban/templates/default/filter.erb b/cookbooks/fail2ban/templates/default/filter.erb
new file mode 100644 (file)
index 0000000..cb46b08
--- /dev/null
@@ -0,0 +1,5 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+[Definition]
+failregex = <%= Array(@failregex).join("\n            ") %>
+ignoreregex = <%= Array(@ignoreregex).join("\n              ") %>