services.kresd.listenPlain

NixOS option

What addresses and ports the server should listen on. For detailed syntax see ListenStream in systemd.socket(5).

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