Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vojtech Myslivec
ISPConfig 3
Commits
58ef2d95
Commit
58ef2d95
authored
Jun 15, 2019
by
Pete
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update jail.local
parent
a6ce7641
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
docs/hardening/anti-bruteforce/jail.local
docs/hardening/anti-bruteforce/jail.local
+11
-8
No files found.
docs/hardening/anti-bruteforce/jail.local
View file @
58ef2d95
# ++++++++++++++++++++++++++++++++++++++++++++++++++++
# + NetworkSEC / NwSEC Layer 7 Bruteforce Protection +
# ++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# This goes into
(or at the end of)
/etc/fail2ban/jail.local
# This goes into /etc/fail2ban/jail.local
on Debian/GNU Linux
#
[
wp-auth
]
enabled = true
filter =
wp-auth
action = iptables-multiport[name=
wp-auth
, port="http,https"]
logpath = /var/
log/ispconfig/httpd/*
/*.log
bantime = 1200
maxretry = 5
[
nws-wp
]
enabled = true
filter =
nws-wp
action = iptables-multiport[name=
nws-wp
, port="http,https"]
logpath = /var/
www/clients/client*/web*/log
/*.log
bantime = 1200
maxretry = 5
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment