MyNixOS website logo
option

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.

Declarations
Type
list of string
Default
[ ]
Example
[
  "192.168.0.0/16"
  "2001:DB8::42"
]