Files
Mario Fetka 9ae600964d fix: local client connection on LXC and restart reliability
- client: connect via 127.0.0.1 instead of configured IP so it works
  on LXC containers without hairpin NAT
- node: always listen on 127.0.0.1 in addition to configured addresses
- node: SO_REUSEADDR to prevent bind failure on quick restart
- node: listen backlog 1→5 to handle burst connections at startup
- alpine: bump APKBUILD to 0.1.4

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-02 17:39:41 +02:00
..
2026-04-23 01:02:22 +02:00
2026-04-23 00:33:02 +02:00
2026-04-23 00:33:02 +02:00
2026-04-22 23:24:29 +02:00
2026-04-23 00:33:02 +02:00
2026-04-23 00:33:02 +02:00
2026-04-23 00:33:02 +02:00
2026-04-23 00:33:02 +02:00
2026-04-23 00:05:42 +02:00
2026-04-23 00:33:02 +02:00

fail2ban-p2p source package for Debian
--------------------------------------

This package is maintained as a minimal refresh of the historical Debian
packaging while the upstream codebase is being ported to Python 3.

Notes for maintainers:

 * The package still installs the application using setup.py because the
   upstream layout is not yet a standard Python package layout.
 * Many files generated by dh_make and debhelper were intentionally removed
   from debian/ because they were examples or build artefacts.
 * If the upstream package layout is modernized later, debian/rules should be
   simplified further to use pybuild directly.