Install Fail2ban IP allow list

This commit is contained in:
2022-06-28 23:43:58 -04:00
parent 8362230eb4
commit 9eefad0e87
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
[DEFAULT]
ignoreip = {% for host in fail2ban_ignoreip %}{{ host }}{% if not loop.last %} {% endif %}{% endfor %}