20 lines
778 B
Plaintext
20 lines
778 B
Plaintext
fail2ban-p2p for Debian
|
|
-----------------------
|
|
|
|
This package ships the legacy fail2ban-p2p daemon and client, updated to run
|
|
with Python 3. The upstream project is old and its packaging layout is unusual,
|
|
so this Debian packaging intentionally keeps the service wiring conservative.
|
|
|
|
Operational notes:
|
|
|
|
* The daemon is disabled by default. Enable it in /etc/default/fail2ban-p2p.
|
|
* Configuration lives in /etc/fail2ban-p2p/.
|
|
* The package creates a dedicated system user: fail2ban-p2p.
|
|
* A local keypair can be generated with:
|
|
fail2ban-p2p.py -K -c /etc/fail2ban-p2p
|
|
* The daemon log file is:
|
|
/var/log/fail2ban-p2p.log
|
|
|
|
The shipped init script is retained for compatibility with older setups. For
|
|
new deployments, a native systemd unit would be preferable.
|