Initial commit

This commit is contained in:
Julian Rother 2025-01-15 19:46:51 +01:00
commit 1f22db68e1
Signed by: julian
GPG key ID: C19B924C0CD13341
5 changed files with 54 additions and 0 deletions

6
templates/jail.local.j2 Normal file
View file

@ -0,0 +1,6 @@
{% for section, settings in fail2ban_jail.items() %}
[{{ section }}]
{% for key, value in settings.items() %}
{{ key }} = {{ value }}
{% endfor %}
{% endfor %}