services.dnscache.clientIps

NixOS option

Client IP addresses (or prefixes) from which to accept connections.

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