services.dnsproxy.flags

NixOS option

A list of extra command-line flags to pass to dnsproxy. For details on the available options, see https://github.com/AdguardTeam/dnsproxy#usage. Keep in mind that options passed through command-line flags override config options.

type: list of string
Default
[ ]
Example
[
  "--upstream=1.1.1.1:53"
]
declared in: nixos/modules/services/networking/dnsproxy.nixView source on NixOS/nixpkgs →