portlinted

This commit is contained in:
yo
2024-06-22 15:07:40 +02:00
parent dfc4365523
commit fd7969ad24
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ DISTVERSIONPREFIX=v
CATEGORIES= security CATEGORIES= security
MAINTAINER= johan@nosd.in MAINTAINER= johan@nosd.in
COMMENT= A daemon that scans program outputs for repeated patterns, and takes action. COMMENT= Daemon that scans program outputs for patterns and takes action
WWW= https://blog.ppom.me/en-reaction/ WWW= https://blog.ppom.me/en-reaction/
LICENSE= AGPLv3 LICENSE= AGPLv3
+3 -3
View File
@@ -1,3 +1,3 @@
A daemon that scans program outputs for repeated patterns, and takes action. Daemon that scans program outputs for repeated patterns, and takes action.
Common usage is to scan ssh and webserver logs, and to ban hosts that cause
WWW: https://blog.ppom.me/en-reaction/ multiple authentication errors.