services.kresd.listenDoH

NixOS option

Addresses and ports on which kresd should provide DNS over HTTPS/2 (see RFC 8484). For detailed syntax see ListenStream in systemd.socket(5).

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