services.nsd.remoteControl.interfaces

NixOS option

Which interfaces NSD should bind to for remote control.

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