|
|
|
@ -2,7 +2,7 @@ Source: f2b
|
|
|
|
|
Section: net |
|
|
|
|
Priority: optional |
|
|
|
|
Maintainer: Alex 'AdUser' Z <ad_user@runbox.com> |
|
|
|
|
Build-Depends: debhelper (>= 9), cmake, libpcre3-dev, libhiredis-dev, libipset-dev |
|
|
|
|
Build-Depends: debhelper (>= 9), cmake, libpcre3-dev, libhiredis-dev, libipset-dev, libreadline-dev |
|
|
|
|
Standards-Version: 3.9.5 |
|
|
|
|
Homepage: https://github.com/AdUser/f2b |
|
|
|
|
Vcs-Git: https://github.com/AdUser/f2b.git |
|
|
|
@ -16,7 +16,7 @@ Description: lightweight automatic anti-bot turret for your public serivces
|
|
|
|
|
. |
|
|
|
|
* written in pure C |
|
|
|
|
* small memory footprint |
|
|
|
|
* minimum dependencies (required: libc, libdl; optional: pcre, redis) |
|
|
|
|
* minimum dependencies (required: libc, libdl; optional: readline, pcre, redis, ipset) |
|
|
|
|
* fully modular: pluggable sources/filters/backends (you may easy write custom one) |
|
|
|
|
* support for distributed installs (teamwork) |
|
|
|
|
* stateful (can save/restore banned ips on restart) |
|
|
|
|