Jake Howard
a54d373526
The config makes more sense, and it has more of the features I need, which will come later.
14 lines
363 B
Text
14 lines
363 B
Text
[nginx]
|
|
enabled = true
|
|
bantime = 600
|
|
findtime = 10
|
|
maxretry = 100
|
|
filter = nginx-tcp
|
|
logpath = /var/log/nginx/ips.log
|
|
port = http,https,8448
|
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|
|
|
|
[traefik]
|
|
enabled = true
|
|
port = http,https,8448
|
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }},{{ pve_hosts.internal_cidr }}
|