From 9cc278c8f320df265e29c09f53fb29bf5a469a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?La=20Dr=C3=B4me=20Laboratoire?= <45164229+ladromelaboratoire@users.noreply.github.com> Date: Mon, 30 Mar 2020 15:48:03 +0200 Subject: [PATCH] Adding link to docker compose file for Synology --- Fail2Ban-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fail2Ban-Setup.md b/Fail2Ban-Setup.md index a9447f3..758f310 100644 --- a/Fail2Ban-Setup.md +++ b/Fail2Ban-Setup.md @@ -37,7 +37,7 @@ EPEL repository is necessary (CentOS 7) sudo yum install fail2ban -y ``` ### Synology DSM -With Synology, a bit more work is needed for various reasons. The main issues are: +With Synology, a bit more work is needed for various reasons. The full solution is pushed with Docker Compose [there](https://github.com/sosandroid/docker-fail2ban-synology). The main issues are: 1. The embeded IP ban system does not work for Docker's containers 2. The iptables embeded do no support the `REJECT` blocktype