From 0746be69aeda1dcbd73e4a5dfa3206aa25b66102 Mon Sep 17 00:00:00 2001
From: ppom <>
Date: Thu, 30 Nov 2023 12:00:00 +0100
Subject: [PATCH] update: english article, wiki link
---
README.md | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c4fc1a8..2ea4c02 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,10 @@ and an always-running daemon should be implemented in a fast*er* language.
reaction does not have all the features of the honorable fail2ban, but it's ~10x faster and has more manageable configuration.
-📽️ quick french name explanation 😉
+[📽️ quick french name explanation 😉](https://u.ppom.me/reaction.webm)
-french in-depth blog article
+[🇬🇧 in-depth blog article](https://blog.ppom.me/en-reaction)
+/ [🇫🇷 french version](https://blog.ppom.me/fr-reaction)
## Configuration
@@ -139,6 +140,10 @@ If you don't know where to start reaction, `/var/lib/reaction` should be a sane
It permits to configure `iptables` and `ip6tables` at the same time.
It will execute `iptables` when detecting ipv4, `ip6tables` when detecting ipv6 and both if no ip address is present on the command line.
+## Wiki
+
+You'll find more ressources, service configurations, etc. on the [Wiki](https://framagit.org/ppom/reaction-wiki)!
+
## Installation
### Binaries
@@ -164,7 +169,7 @@ $ gcc ip46tables.d/ip46tables.c -o ip46tables
Provided binaries in the previous section are compiled this way:
```shell
-$ docker run -it --rm -v (pwd):/code -w /code -e CGO_ENABLED=0 golang:1.20 make
+$ docker run -it --rm -v $(pwd):/code -w /code -e CGO_ENABLED=0 golang:1.20 make
```
### NixOS