diff options
author | 2024-05-04 11:31:57 +0200 | |
---|---|---|
committer | 2024-05-04 11:37:11 +0200 | |
commit | 6eed8d3531cff355dd54b0e9bc4dfa901129d909 (patch) | |
tree | 17997188932139009f7cefcffece5efbe9b9f3a4 | |
parent | Set up Prometheus alerting on Netcup (diff) |
set backend to systemd
-rw-r--r-- | ansible/roles/fail2ban/files/jail.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/fail2ban/files/jail.local b/ansible/roles/fail2ban/files/jail.local index 13f14b2..e6d2dc3 100644 --- a/ansible/roles/fail2ban/files/jail.local +++ b/ansible/roles/fail2ban/files/jail.local @@ -6,3 +6,4 @@ findtime = 2h [sshd] mode = aggressive +backend=systemd |