services.pdns-recursor.api.allowFrom

NixOS option

IP address ranges of clients allowed to make API requests.

type: list of string
Default
[
  "127.0.0.1"
  "::1"
]
Example
[
  "0.0.0.0/0"
  "::/0"
]
declared in: nixos/modules/services/networking/pdns-recursor.nixView source on NixOS/nixpkgs →