MyNixOS website logo
option

services.dnsproxy.flags

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.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--upstream=1.1.1.1:53"
]