Flakes
Categories
Options
Packages
Sign in
MyNixOS
nixpkgs
options
services
doh-server
settings
listen
option
services.doh-server.settings.listen
HTTP listen address and port.
Declarations
nixos/modules/services/networking/doh-server.nix
Type
list of string
Default
[
"127.0.0.1:8053"
"[::1]:8053"
]
Example
[
":443"
]