Jun 29 - Update: Fail2ban, welcome email, dunning sequence, escalation

This commit is contained in:
2026-06-29 13:47:57 -04:00
parent c133b5d419
commit b00bbba2da
14 changed files with 414 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
# /etc/fail2ban/jail.d/jqc.conf
#
# Jail for JQC login brute-force protection.
# Bans IPs that fail login 5 times within 5 minutes for 1 hour.
#
# Adjust logpath to match your actual log file location.
[jqc-login]
enabled = true
filter = jqc-login
logpath = /var/www/jqc/logs/jqc.log
maxretry = 5
findtime = 300
bantime = 3600
action = iptables-multiport[name=jqc, port="80,443", protocol=tcp]