MyNixOS website logo
option

services.pdns-recursor.api.allowFrom

IP address ranges of clients allowed to make API requests.

Declarations
Type
list of string
Default
[
  "127.0.0.1"
  "::1"
]
Example
[
  "0.0.0.0/0"
  "::/0"
]