services.kresd.listenPlain

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
<nixpkgs/nixos/modules/services/networking/kresd.nix>