diff options
author | 2024-07-23 00:38:58 +0100 | |
---|---|---|
committer | 2024-07-23 00:46:35 +0100 | |
commit | 252bf73ab64faad011c2cf9b566a1ded570717ea (patch) | |
tree | 297a284bf154d536fbbbdded83cbcf7e36981dae | |
parent | Migrate pythondiscord.com to using CNAMEs (diff) |
Remove Turing from fail2ban
-rw-r--r-- | ansible/roles/fail2ban/templates/jail.local.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/fail2ban/templates/jail.local.j2 b/ansible/roles/fail2ban/templates/jail.local.j2 index 4dd8350..ba1b50d 100644 --- a/ansible/roles/fail2ban/templates/jail.local.j2 +++ b/ansible/roles/fail2ban/templates/jail.local.j2 @@ -1,7 +1,7 @@ [DEFAULT] ignoreip = 127.0.0.1/8 ::1 192.168.1.0/24 10.0.0.0/8 # netcup ips - 89.58.26.118 2a03:4000:62:ce0:2496:aeff:fe97:dea4 89.58.25.151 2a03:4000:62:ce1:943b:b2ff:fef4:d3b7 + 89.58.26.118 2a03:4000:62:ce0:2496:aeff:fe97:dea4 # linode ips {{ lke_frankfurt_ipv4_addresses | join(" ") }} {{ lke_frankfurt_ipv6_addresses | join(" ") }} |