This commit is contained in:
whitej46 2026-05-24 10:24:26 -04:00 committed by GitHub
commit 66a5827521
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,8 @@ USE_SSL false
# Regular expression to be used in external /fail2ban calls for extraction of attacker source IPs
FAIL2BAN_REGEX attacker|reputation|potential[^"]*(web scan|directory traversal|injection|remote code)|spammer|mass scanner
# Allow localhost to access fail2ban endpoint
FAIL2BAN_ALLOWLIST 127.0.0.1
{% if helpers.exists('OPNsense.maltrail.server.loglistenaddress') and OPNsense.maltrail.server.loglistenaddress != '' %}
UDP_ADDRESS {{ OPNsense.maltrail.server.loglistenaddress }}