Exclude nebula from fail2ban

This commit is contained in:
Jake Howard 2021-02-14 11:39:01 +00:00
parent d8f2a83dfe
commit f7a0877e72
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ bantime = 600
findtime = 30
maxretry = 5
port = {{ ssh_port }},ssh
ignoreip = {{ wireguard.cidr }}
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }}

View File

@ -7,4 +7,4 @@ filter = haproxy-basic
backend = systemd
journalmatch = _COMM=haproxy
port = http,https
ignoreip = {{ wireguard.cidr }}
ignoreip = {{ wireguard.cidr }},{{ nebula.cidr }}