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 8f5ad2c commit 3ddbd52Copy full SHA for 3ddbd52
docs/hardening/anti-bruteforce/jail.local
@@ -0,0 +1,10 @@
1
+#
2
+# This does into / at the end of /etc/fail2ban/jail.local
3
4
+[wp-auth]
5
+ enabled = true
6
+ filter = wp-auth
7
+ action = iptables-multiport[name=wp-auth, port="http,https"]
8
+ logpath = /var/www/clients/client*/web*/log/*.log
9
+ bantime = 1200
10
+ maxretry = 5
0 commit comments