MyNixOS website logo
option

services.doh-server.settings.listen

HTTP listen address and port.

Declarations
Type
list of string
Default
[
  "127.0.0.1:8053"
  "[::1]:8053"
]
Example
[
  ":443"
]