services.komodo-periphery.allowedIps

NixOS option

IP addresses or subnets allowed to call the periphery API. Empty list allows all.

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 →