services.doh-proxy-rust.flags

NixOS option

A list of command-line flags to pass to doh-proxy. For details on the available options, see https://github.com/jedisct1/doh-server#usage.

type: list of string
Default
[ ]
Example
[
  "--server-address=9.9.9.9:53"
]
declared in: nixos/modules/services/networking/doh-proxy-rust.nixView source on NixOS/nixpkgs →