Files
BanForge/README.md
d3m0k1d adff028281
All checks were successful
CI.yml / build (push) Successful in 46s
fix(README.md): typo
2026-01-12 16:06:58 +03:00

1.1 KiB

BanForge

Log-based IPS system written in Go for Linux based system.

Table of contents

  1. Overview
  2. Requirements
  3. Installation
  4. Usage
  5. License

Overview

BanForge is a simple IPS for replacement fail2ban in Linux system. The project is currently in its early stages of development. All release are available on my self-hosted Gitea because Github have limit for Actions. If you have any questions or suggestions, create issue on Github.

Roadmap

  • Real-time Nginx log monitoring
  • Add support for other service
  • Add support for user service with regular expressions
  • TUI interface

Requirements

  • Go 1.21+
  • ufw/iptables/nftables/firewalld

Installation

currently no binary file if you wanna build the project yourself, you can use Makefile

Usage

License

The project is licensed under the GPL-3.0