# Example fail2ban jails for HyBBX security.log # # HyBBX v2.0.0+ includes built-in [security] bans — these filters are optional # for site-wide iptables/nftables integration alongside the daemon. # # 1. Copy filter.d/*.conf to /etc/fail2ban/filter.d/ # 2. Copy this file to /etc/fail2ban/jail.d/hybbx.local # 3. Set logpath to your HyBBX logs directory ([log] dir in hybbx.ini) # 4. sudo fail2ban-client reload [hybbx-telnet] enabled = true filter = hybbx-telnet port = 2323 logpath = /usr/local/hybbx/logs/security.log maxretry = 5 findtime = 600 bantime = 600 [hybbx-circuit] enabled = true filter = hybbx-circuit port = 7323 logpath = /usr/local/hybbx/logs/security.log maxretry = 5 findtime = 600 bantime = 600 [hybbx-ssh] enabled = false filter = hybbx-ssh port = 3232 logpath = /usr/local/hybbx/logs/security.log maxretry = 5 findtime = 600 bantime = 600 [hybbx-websocket] enabled = false filter = hybbx-websocket port = 4591 logpath = /usr/local/hybbx/logs/security.log maxretry = 5 findtime = 600 bantime = 600