2021-08-22 22:34:27 +01:00
|
|
|
[nginx]
|
2020-10-16 19:08:49 +01:00
|
|
|
enabled = true
|
|
|
|
bantime = 600
|
2021-03-28 16:06:36 +01:00
|
|
|
findtime = 10
|
|
|
|
maxretry = 100
|
2021-08-22 22:34:27 +01:00
|
|
|
filter = nginx-tcp
|
|
|
|
logpath = /var/log/nginx/ips.log
|
2021-06-12 16:47:51 +01:00
|
|
|
port = http,https,8448
|
2021-09-27 14:49:56 +01:00
|
|
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }},{{ hosts.values()|sort|join(",") }}
|
2021-03-28 16:06:36 +01:00
|
|
|
|
|
|
|
[traefik]
|
|
|
|
enabled = true
|
2021-06-12 16:47:51 +01:00
|
|
|
port = http,https,8448
|
2021-09-27 14:49:56 +01:00
|
|
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }},{{ hosts.values()|sort|join(",") }}
|