You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alex 'AdUser' Z bc403e7f45 * docs/install.md 7 years ago
configs * backend/mcast : drop 'ping' option 7 years ago
contrib + debian/f2b.init 8 years ago
debian + debian/f2b.init 8 years ago
docs * docs/install.md 7 years ago
filters + filters/nginx-bots.pcre 8 years ago
src * fix freopen() calls : std{in,out,err} may be read-only 7 years ago
t * suppress compiler warnings 8 years ago
.gitignore * initial 8 years ago
CMakeLists.txt Revert "* check is pcre.h available in cmake" 7 years ago
ChangeLog * update changelog 8 years ago
Doxyfile * add Doxyfile 8 years ago
LICENSE * apply license 8 years ago
README.md * update docs/configuration.md 7 years ago

README.md

Overview

f2b is lightweight fail2ban alternative.

Features:

  • written in pure C
  • small memory footprint
  • minimum dependencies (req: libc, libdl; optional: pcre, redis)
  • pluggable sources / filters / backends (you may write custom one)

Docs:

  • Installation -- generic installation instructions
  • Quickstart -- config file description and configuration notes

Similar software:

License: GPL2+