services.doh-server.settings.listen

NixOS option

HTTP listen address and port

type: list of string
Default
[
  "127.0.0.1:8053"
  "[::1]:8053"
]
Example
[
  ":443"
]
declared in: nixos/modules/services/networking/doh-server.nixView source on NixOS/nixpkgs →