mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
bbfbb1967b
A daemon that scans program outputs for repeated patterns, and takes action. A common usage is to scan ssh and webserver logs, and to ban hosts that cause multiple authentication errors. a sample config is provided to ban ssh bots via a pf table. ok tb@
14 lines
464 B
Plaintext
14 lines
464 B
Plaintext
@rcscript ${RCDIR}/reaction
|
|
@bin bin/reaction
|
|
share/examples/reaction/
|
|
share/examples/reaction/activitywatch.jsonnet
|
|
share/examples/reaction/authlog.jsonnet
|
|
@sample ${SYSCONFDIR}/reaction.conf
|
|
share/examples/reaction/example.jsonnet
|
|
share/examples/reaction/heavy-load.yml
|
|
share/examples/reaction/persistence.jsonnet
|
|
share/examples/reaction/reaction.example.service
|
|
share/examples/reaction/server.jsonnet
|
|
share/examples/reaction/test.jsonnet
|
|
@sample /var/reaction/
|