mirror of https://github.com/fail2ban/fail2ban
Add support to Proxmox Web GUI
parent
93810fff75
commit
ca45671db2
|
@ -0,0 +1,18 @@
|
|||
# Fail2Ban filter for Proxmox Web GUI
|
||||
#
|
||||
# Jail example:
|
||||
# [proxmox]
|
||||
# enabled = true
|
||||
# port = https,http,8006
|
||||
# filter = proxmox
|
||||
# logpath = /var/log/daemon.log
|
||||
# maxretry = 3
|
||||
# # 1 hour
|
||||
# bantime = 3600
|
||||
|
||||
[Definition]
|
||||
|
||||
failregex = pvedaemon\[.*authentication failure; rhost=<HOST> user=.* msg=.*
|
||||
|
||||
ignoreregex =
|
||||
|
Loading…
Reference in New Issue