services.fail2ban.bantime-increment.factor

NixOS option

“bantime.factor” is a coefficient to calculate exponent growing of the formula or common multiplier, default value of factor is 1 and with default value of formula, the ban time grows by 1, 2, 4, 8, 16 …

type: null or string
Default
null
Example
"4"
declared in: nixos/modules/services/security/fail2ban.nixView source on NixOS/nixpkgs →