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
|
||||
backend = systemd
|
||||
journalmatch = _COMM=haproxy
|
||||
port = http,https
|
||||
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
|
||||
port = http,https,{{ haproxy.exposed_ports | join(",") }}
|
||||
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
||||
|
|
Loading…
Reference in a new issue