2020-10-16 19:08:49 +01:00
|
|
|
[haproxy]
|
|
|
|
enabled = true
|
|
|
|
bantime = 600
|
2021-03-28 16:06:36 +01:00
|
|
|
findtime = 10
|
|
|
|
maxretry = 100
|
2020-10-16 19:08:49 +01:00
|
|
|
filter = haproxy-basic
|
2020-10-16 19:15:38 +01:00
|
|
|
backend = systemd
|
|
|
|
journalmatch = _COMM=haproxy
|
2020-10-16 19:08:49 +01:00
|
|
|
port = http,https
|
2021-03-24 22:35:28 +00:00
|
|
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
2021-03-28 16:06:36 +01:00
|
|
|
|
|
|
|
[traefik]
|
|
|
|
enabled = true
|
|
|
|
filter = haproxy-basic # Not actually used
|
|
|
|
port = http,https
|
|
|
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|