|
|
|
@ -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 |
|
|
|
|
Build-Depends: debhelper (>= 9), cmake, libpcre3-dev, libhiredis-dev, libipset-dev |
|
|
|
|
Standards-Version: 3.9.5 |
|
|
|
|
Homepage: https://github.com/AdUser/f2b |
|
|
|
|
Vcs-Git: https://github.com/AdUser/f2b.git |
|
|
|
@ -38,3 +38,9 @@ Depends: f2b (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
|
Suggests: redis-server |
|
|
|
|
Description: lightweight automatic anti-bot turret for your public serivces |
|
|
|
|
This package contains source and backend modules working with redis-server |
|
|
|
|
|
|
|
|
|
Package: f2b-mod-ipset |
|
|
|
|
Architecture: any |
|
|
|
|
Depends: f2b (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} |
|
|
|
|
Description: lightweight automatic anti-bot turret for your public serivces |
|
|
|
|
This package contains native ipset manage backend |
|
|
|
|