]> git.openstreetmap.org Git - chef.git/blob - cookbooks/fail2ban/templates/default/jail.local.erb
Use fail2ban to block nominatim abusers
[chef.git] / cookbooks / fail2ban / templates / default / jail.local.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2 <% Dir.glob("/etc/fail2ban/jail.d/*.conf").sort do |file| -%>
3
4 <%= File.read(file) %>
5 <% end -%>