Browse Source

* update debian pkg metadata

master
Alex 'AdUser' Z 7 years ago
parent
commit
6266b94229
  1. 4
      debian/control

4
debian/control vendored

@ -2,7 +2,7 @@ Source: f2b
Section: net Section: net
Priority: optional Priority: optional
Maintainer: Alex 'AdUser' Z <ad_user@runbox.com> 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 Standards-Version: 3.9.5
Homepage: https://github.com/AdUser/f2b Homepage: https://github.com/AdUser/f2b
Vcs-Git: https://github.com/AdUser/f2b.git 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 * written in pure C
* small memory footprint * 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) * fully modular: pluggable sources/filters/backends (you may easy write custom one)
* support for distributed installs (teamwork) * support for distributed installs (teamwork)
* stateful (can save/restore banned ips on restart) * stateful (can save/restore banned ips on restart)

Loading…
Cancel
Save