You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Banisher watches in real time your systemd journal and bans, via iptables, hosts who match on yours rules.
7
+
The Banisher watches in real time your systemd journal and bans, via ipset and iptables, hosts who match on yours rules.
8
8
9
9
Currently hosts (IP) are banished for 1 hour (configurable in config.yml).
10
10
@@ -28,7 +28,7 @@ __WARNING The Banisher works only with logs handled by systemd journal and is cu
28
28
29
29
1. Download the lastest debian package from the [releases section](https://github.com/olarriga/banisher/releases).
30
30
2. Modify the /etc/banisher.yml file to define the configuration according to your needs
31
-
3. Restart The Banisher (`systemctl restart banisher.service`).
31
+
3. Restart The Banisher (`systemctl restart banisher`).
32
32
33
33
### Config
34
34
@@ -122,7 +122,7 @@ For example if you want those two rules, your config file will be:
122
122
IPpos: 0
123
123
```
124
124
125
-
## And what can i do if something goes wrong !!!
125
+
## And what can i do if something goes wrong ?
126
126
127
127
An iptables rules will be automaticaly removed after defaultBanishmentDuration (defined in your config file).
128
128
@@ -137,7 +137,7 @@ If you made a mistake, just:
137
137
138
138
### Prerequisite
139
139
140
-
- [Task](https://taskfile.dev/) is used for compilation with a Docker image to handle glibc version issue to keep The Banisher compatible with debian buster (debian 10).
140
+
- [Task](https://taskfile.dev/) is used for compilation with a Docker image to handle glibc version issue to keep The Banisher compatible with debian buster and bullseye (debian 10 and 11).
141
141
- To compile without the Docker image, the libsystemd0 library is needed (for debian like: `sudo apt install libsystemd-dev`).
142
142
- The Banisher is dynamically linked with the glibc.
0 commit comments