fail2ban: update
This commit is contained in:
parent
11cd2b225c
commit
02bf06eb2c
1 changed files with 5 additions and 3 deletions
|
@ -57,9 +57,11 @@
|
||||||
"10.0.0.0/8"
|
"10.0.0.0/8"
|
||||||
"5.161.181.184"
|
"5.161.181.184"
|
||||||
];
|
];
|
||||||
extraSettings = {
|
jails.DEFAULT = {
|
||||||
findtime = 100000;
|
settings = {
|
||||||
mode = "aggressive";
|
findtime = 100000;
|
||||||
|
mode = "aggressive";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue