Block all ports

This commit is contained in:
Jake Howard 2021-03-28 16:28:07 +01:00
parent 4d218248fa
commit 3c8d9fe940
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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 }}