Ignore PVE interface from f2b jails
This commit is contained in:
parent
f436e4660b
commit
5084bfecdf
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@ bantime = 600
|
||||||
findtime = 30
|
findtime = 30
|
||||||
maxretry = 5
|
maxretry = 5
|
||||||
port = {{ ssh_port }},ssh
|
port = {{ ssh_port }},ssh
|
||||||
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }}
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
||||||
|
|
|
@ -7,4 +7,4 @@ filter = haproxy-basic
|
||||||
backend = systemd
|
backend = systemd
|
||||||
journalmatch = _COMM=haproxy
|
journalmatch = _COMM=haproxy
|
||||||
port = http,https
|
port = http,https
|
||||||
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }}
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
||||||
|
|
Loading…
Reference in a new issue