mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
Move rewrite section
This commit is contained in:
parent
28f136f491
commit
e0609e3c3e
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -6,13 +6,6 @@ A common usage is to scan ssh and webserver logs, and to ban hosts that cause mu
|
|||
|
||||
🚧 This program hasn't received external security audit. However, it already works well on my servers 🚧
|
||||
|
||||
## Rust rewrite
|
||||
|
||||
reaction v2.x is a complete Rust rewrite of reaction.
|
||||
It's in feature parity with the Go version, v1.x, which is now deprecated.
|
||||
|
||||
See https://blog.ppom.me/en-reaction-v2.
|
||||
|
||||
## Rationale
|
||||
|
||||
I was using the honorable fail2ban since quite a long time, but i was a bit frustrated by its CPU consumption
|
||||
|
|
@ -28,6 +21,13 @@ reaction does not have all the features of the honorable fail2ban, but it's more
|
|||
[🇬🇧 in-depth blog article](https://blog.ppom.me/en-reaction)
|
||||
/ [🇫🇷 french version](https://blog.ppom.me/fr-reaction)
|
||||
|
||||
## Rust rewrite
|
||||
|
||||
reaction v2.x is a complete Rust rewrite of reaction.
|
||||
It's in feature parity with the Go version, v1.x, which is now deprecated.
|
||||
|
||||
See https://blog.ppom.me/en-reaction-v2.
|
||||
|
||||
## Configuration
|
||||
|
||||
YAML and [JSONnet](https://jsonnet.org/) (more powerful) are supported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue