services.namecoind.rpc.allowFrom

NixOS option

List of IP address ranges allowed to use the RPC API. Wiledcards (*) can be user to specify a range.

type: list of string
Default
[
  "127.0.0.1"
]
declared in: nixos/modules/services/networking/namecoind.nixView source on NixOS/nixpkgs →