We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ce764 commit 58ef2d9Copy full SHA for 58ef2d9
docs/hardening/anti-bruteforce/jail.local
@@ -1,10 +1,13 @@
1
+# ++++++++++++++++++++++++++++++++++++++++++++++++++++
2
+# + NetworkSEC / NwSEC Layer 7 Bruteforce Protection +
3
4
#
-# This goes into (or at the end of) /etc/fail2ban/jail.local
5
+# This goes into /etc/fail2ban/jail.local on Debian/GNU Linux
6
-[wp-auth]
- enabled = true
- filter = wp-auth
7
- action = iptables-multiport[name=wp-auth, port="http,https"]
8
- logpath = /var/log/ispconfig/httpd/*/*.log
9
- bantime = 1200
10
- maxretry = 5
+[nws-wp]
+enabled = true
+filter = nws-wp
+action = iptables-multiport[name=nws-wp, port="http,https"]
11
+logpath = /var/www/clients/client*/web*/log/*.log
12
+bantime = 1200
13
+maxretry = 5
0 commit comments