mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +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@
15 lines
401 B
PHP
15 lines
401 B
PHP
MODGO_MODULES = \
|
|
github.com/fatih/color v1.12.0 \
|
|
github.com/google/go-jsonnet v0.20.0 \
|
|
github.com/mattn/go-colorable v0.1.8 \
|
|
github.com/mattn/go-isatty v0.0.12 \
|
|
github.com/sergi/go-diff v1.1.0 \
|
|
golang.org/x/sys v0.1.0 \
|
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \
|
|
gopkg.in/yaml.v2 v2.4.0 \
|
|
sigs.k8s.io/yaml v1.1.0
|
|
|
|
MODGO_MODFILES = \
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
|