test
This commit is contained in:
parent
147b998cde
commit
827eb202c0
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
||||||
bantime = "24h"; # Set bantime to one day
|
bantime = "24h"; # Set bantime to one day
|
||||||
bantime-increment = {
|
bantime-increment = {
|
||||||
enable = true; # Enable increment of bantime after each violation
|
enable = true; # Enable increment of bantime after each violation
|
||||||
formula = "ban.Time * math.exp(float(ban.Count+1)*banFactor)/math.exp(1*banFactor)";
|
|
||||||
multipliers = "1 2 4 8 16 32 64";
|
multipliers = "1 2 4 8 16 32 64";
|
||||||
maxtime = "168h"; # Do not ban for more than 1 week
|
maxtime = "168h"; # Do not ban for more than 1 week
|
||||||
overalljails = true; # Calculate the bantime based on all the violations
|
overalljails = true; # Calculate the bantime based on all the violations
|
||||||
|
|
Loading…
Reference in a new issue