16 lines
497 B
Text
16 lines
497 B
Text
[haproxy]
|
|
enabled = true
|
|
bantime = 600
|
|
findtime = 10
|
|
maxretry = 100
|
|
filter = haproxy-basic
|
|
backend = systemd
|
|
journalmatch = _COMM=haproxy
|
|
port = http,https,{{ haproxy.exposed_ports | join(",") }}
|
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
|
|
|
[traefik]
|
|
enabled = true
|
|
filter = haproxy-basic # Not actually used
|
|
port = http,https,{{ haproxy.exposed_ports | join(",") }}
|
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|