services.komodo-periphery.inbound.allowedIps

NixOS option

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

type: list of string
Default
[ ]
Example
[
  "::ffff:12.34.56.78"
  "10.0.10.0/24"
]
declared in: nixos/modules/services/admin/komodo-periphery.nixView source on NixOS/nixpkgs →