From a72909f20e58d8c07574c03d7a543364292bdbf9 Mon Sep 17 00:00:00 2001 From: Andrea Santaniello Date: Tue, 20 Sep 2022 02:12:04 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 018f356..26b76f2 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,13 @@ Fail2ban uses "action" config file to trigger external programs; you can find an * Copy the example file to `/etc/fail2ban/action.d/naughtylist.conf` * (optionally) change the path and settings inside the config file to match your configuration * Edit the main jail file; this can vary from distro to distro, but it's usually the only file inside `/etc/fail2ban/jail.d` -- Example of my jail config: -` -[sshd] -enabled = true -action = naughtylist -` + +Example of my jail config: + + [sshd] + enabled = true + action = naughtylist + * For more infos check the fai2ban documentation. ### Honeypot mode