MyNixOS website logo
option

services.sshguard.whitelist

Whitelist a list of addresses, hostnames, or address blocks.

Declarations
Type
list of string
Default
[ ]
Example
[
  "198.51.100.56"
  "198.51.100.2"
]