Exclude nebula from fail2ban
This commit is contained in:
parent
d8f2a83dfe
commit
f7a0877e72
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@ bantime = 600
|
||||||
findtime = 30
|
findtime = 30
|
||||||
maxretry = 5
|
maxretry = 5
|
||||||
port = {{ ssh_port }},ssh
|
port = {{ ssh_port }},ssh
|
||||||
ignoreip = {{ wireguard.cidr }}
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }}
|
||||||
|
|
|
@ -7,4 +7,4 @@ filter = haproxy-basic
|
||||||
backend = systemd
|
backend = systemd
|
||||||
journalmatch = _COMM=haproxy
|
journalmatch = _COMM=haproxy
|
||||||
port = http,https
|
port = http,https
|
||||||
ignoreip = {{ wireguard.cidr }}
|
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }}
|
||||||
|
|
Loading…
Reference in a new issue