mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Add support to Proxmox Web GUI
This commit is contained in:
parent
93810fff75
commit
ca45671db2
1 changed files with 18 additions and 0 deletions
18
config/filter.d/proxmox.conf
Normal file
18
config/filter.d/proxmox.conf
Normal file
|
|
@ -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 a new issue