services.fail2ban.ignoreIP
"ignoreIP" can be a list of IP addresses, CIDR masks or DNS hosts. Fail2ban will not ban a host which matches an address in this list. Several addresses can be defined using space (and/or comma) separator.
- Type
list of string- Default
[ ]- Example
[ "192.168.0.0/16" "2001:DB8::42" ]- Declared
- <nixpkgs/nixos/modules/services/security/fail2ban.nix>