• v0.79.0 29ebe386b1

    v0.79.0 Stable

    kerem released this 2026-01-13 00:28:13 +03:00 | 34 commits to main since this release

    📅 Originally published on GitHub: Mon, 12 Jan 2026 21:29:15 GMT
    🏷️ Git tag created: Mon, 12 Jan 2026 21:28:13 GMT

    What's Changed

    Added CrowdSec as a selectable Intrusion Detection System (IDS) alongside fail2Ban.

    • IDS Selection: Users can now choose between Fail2Ban, CrowdSec, or skipping IDS setup entirely during the interactive prompt.
    • CrowdSec Setup: Implemented configure_crowdsec to handle repository setup, agent installation, and the firewall bouncer (iptables/UFW).
    • Log Parity: Configured CrowdSec to actively monitor /var/log/ufw.log, ensuring parity with the existing Fail2Ban configuration.
    • Refactor: Moved IDS package installation out of the base package list to support conditional installation.
    • Reporting: Updated generate_summary to dynamically display the status, metrics, and bans for the specific IDS selected.

    Full Changelog: https://github.com/buildplan/du_setup/compare/v0.78.5...v0.79.0

    Downloads