Older PowerDNS Recursor settings. Use this option to configure Recursor settings not exposed in a NixOS option or to bypass one. See the full documentation at https://doc.powerdns.com/recursor/settings.html for the available options.
This option is provided for backward compatibility only and will be removed in the next release of NixOS.
Declarations
Type
attribute set of (null or signed integer or string or boolean or absolute path or list of (signed integer or string or boolean or absolute path))
Default
{ }
Example
{
loglevel = 8;
log-common-errors = true;
}