mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-08-02 07:42:18 +00:00
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
|
||||
maxretry = 5
|
||||
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
|
||||
journalmatch = _COMM=haproxy
|
||||
port = http,https
|
||||
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }}
|
||||
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue