fail2ban: drop legacy 192.168.0.0/16 from ignoreIP

LAN is 10.0.0.0/24 since the router cutover; the 192.168 range was
a leftover from the eero-bridge era and no longer matches any host.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-24 20:41:53 +01:00
parent f83fd72a98
commit a44c149955

View file

@ -21,7 +21,6 @@
ignoreIP = [
"127.0.0.1/8"
"::1"
"192.168.0.0/16"
"10.0.0.0/8"
];