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:
parent
f83fd72a98
commit
a44c149955
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@
|
|||
ignoreIP = [
|
||||
"127.0.0.1/8"
|
||||
"::1"
|
||||
"192.168.0.0/16"
|
||||
"10.0.0.0/8"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue