Skip to content

Commit e375fa1

Browse files
author
Till Brehm
committed
Merge branch 'patch-1' into 'master'
Update jail.local to include xmlrpc See merge request ispconfig/ispconfig3!896
2 parents a6ce764 + 58ef2d9 commit e375fa1

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
# ++++++++++++++++++++++++++++++++++++++++++++++++++++
2+
# + NetworkSEC / NwSEC Layer 7 Bruteforce Protection +
3+
# ++++++++++++++++++++++++++++++++++++++++++++++++++++
14
#
2-
# This goes into (or at the end of) /etc/fail2ban/jail.local
5+
# This goes into /etc/fail2ban/jail.local on Debian/GNU Linux
36
#
4-
[wp-auth]
5-
enabled = true
6-
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
7+
[nws-wp]
8+
enabled = true
9+
filter = nws-wp
10+
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

Comments
 (0)