mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
[minecraft] support for whitelist and auth
-Added support for blocking non-whitelisted players -Added support for blocking "cracked" players -Changed jail.conf recommendations
This commit is contained in:
parent
9d1644433b
commit
3e2c59b74d
2 changed files with 4 additions and 2 deletions
|
|
@ -4,4 +4,5 @@
|
|||
|
||||
[Definition]
|
||||
|
||||
failregex = \[\/<HOST>\:
|
||||
failregex = \[\/<HOST>:
|
||||
\(\/<HOST>:
|
||||
|
|
|
|||
|
|
@ -912,7 +912,8 @@ findtime = 1
|
|||
# Vanilla server, 1.16.3
|
||||
# Change port and logpath as needed
|
||||
# Consider using low findtime (20 recommended)
|
||||
# and low maxretry (5 recommended)
|
||||
# and high maxretry (10 recommended) to block
|
||||
# bots, not regular players
|
||||
port = 25565
|
||||
logpath = /home/user/ServerName/logs/latest.log
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue