global/security: update fail2ban whitelist
This commit is contained in:
parent
d80cd5a844
commit
07b058160e
1 changed files with 7 additions and 4 deletions
|
@ -58,10 +58,13 @@ in
|
|||
|
||||
services.fail2ban = {
|
||||
ignoreIP = [
|
||||
"100.101.102.0/14"
|
||||
"172.16.0.0/12"
|
||||
"192.168.1.0/24"
|
||||
"192.168.137.0/24"
|
||||
"100.101.102.0/14" # Tailscale
|
||||
"172.16.0.0/12" # Docker/Containers
|
||||
"10.0.0.0/8" # Private networks
|
||||
"100.64.0.0/10" # CGNAT
|
||||
"192.168.1.0/24" # Private networks
|
||||
"192.168.137.0/24" # Rack network
|
||||
"128.46.0.0/16" # Purdue
|
||||
];
|
||||
bantime = "24h";
|
||||
bantime-increment = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue