MyNixOS website logo
option

services.doh-server.settings

Configuration of doh-server in toml. See example in https://github.com/m13253/dns-over-https/blob/master/doh-server/doh-server.conf.

Declarations
Type
TOML value
Default
{ }
Example
{
  listen = [
    ":8153"
  ];
  upstream = [
    "udp:127.0.0.1:53"
  ];
}