24 lines
603 B
Plaintext
24 lines
603 B
Plaintext
Source: fail2ban-p2p
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Manuel Munz <manu@somakoma.de>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-python,
|
|
python3-all,
|
|
python3-setuptools
|
|
Standards-Version: 4.7.4.1
|
|
Rules-Requires-Root: no
|
|
Homepage: https://github.com/mmunz/fail2ban-p2p
|
|
|
|
Package: fail2ban-p2p
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends},
|
|
${python3:Depends},
|
|
adduser,
|
|
python3-m2crypto
|
|
Description: Distribute attacker information from fail2ban via a p2p network
|
|
Fail2ban-p2p can be used to distribute information about attackers in a
|
|
p2p/f2f network to ban these attackers on all hosts.
|