Block all ports
This commit is contained in:
parent
4d218248fa
commit
3c8d9fe940
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ maxretry = 100
|
||||||
filter = haproxy-basic
|
filter = haproxy-basic
|
||||||
backend = systemd
|
backend = systemd
|
||||||
journalmatch = _COMM=haproxy
|
journalmatch = _COMM=haproxy
|
||||||
port = http,https
|
port = http,https,{{ haproxy.exposed_ports | join(",") }}
|
||||||
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
||||||
|
|
||||||
[traefik]
|
[traefik]
|
||||||
enabled = true
|
enabled = true
|
||||||
filter = haproxy-basic # Not actually used
|
filter = haproxy-basic # Not actually used
|
||||||
port = http,https
|
port = http,https,{{ haproxy.exposed_ports | join(",") }}
|
||||||
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
||||||
|
|
Loading…
Reference in a new issue