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
Copy file name to clipboardExpand all lines: docs/content/config/security/fail2ban.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ hide:
29
29
30
30
### DMS Defaults
31
31
32
-
DMS will automatically ban IP addresses of hosts that have generated 2 failed attempts over the course of the last week. The bans themselves last for one week.
32
+
DMS will automatically ban IP addresses of hosts that have generated 6 failed attempts over the course of the last week. The bans themselves last for one week. The Postfix jail is configured to use `mode = extra` in DMS.
33
33
34
34
### Custom Files
35
35
@@ -39,10 +39,10 @@ This following configuration files inside the `docker-data/dms/config/` volume w
39
39
40
40
1.`fail2ban-jail.cf` is copied to `/etc/fail2ban/jail.d/user-jail.local`
41
41
- with this file, you can adjust the configuration of individual jails and their defaults
42
-
-the is an example provided [in our repository on GitHub][github-file-f2bjail]
42
+
-there is an example provided [in our repository on GitHub][github-file-f2bjail]
43
43
2.`fail2ban-fail2ban.cf` is copied to `/etc/fail2ban/fail2ban.local`
44
44
- with this file, you can adjust F2B behavior in general
45
-
-the is an example provided [in our repository on GitHub][github-file-f2bconfig]
45
+
-there is an example provided [in our repository on GitHub][github-file-f2bconfig]
0 commit comments