MyNixOS website logo
option

services.komodo-periphery.inbound.allowedIps

Limit the IP addresses which can connect to Periphery. Supports IPv4/IPv6 addresses and subnets. Empty list allows all connections.

Declarations
Type
list of string
Default
[ ]
Example
[
  "::ffff:12.34.56.78"
  "10.0.10.0/24"
]