services.pdns-recursor.api.allowFrom
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
- <nixpkgs/nixos/modules/services/networking/pdns-recursor.nix>
IP address ranges of clients allowed to make API requests.
list of string[
"127.0.0.1"
"::1"
][
"0.0.0.0/0"
"::/0"
]