services.fail2ban.ignoreIP
NixOS option
“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 stringDefault
[ ]
Example
declared in: nixos/modules/services/security/fail2ban.nixView source on NixOS/nixpkgs →[ "192.168.0.0/16" "2001:DB8::42" ]