mirror of https://github.com/fail2ban/fail2ban
[minecraft] support for whitelist and auth
-Added support for blocking non-whitelisted players -Added support for blocking "cracked" players -Changed jail.conf recommendationspull/2852/head
parent
9d1644433b
commit
3e2c59b74d
|
@ -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 New Issue