security.acme.defaults.dnsResolver

NixOS option

Set the resolver to use for performing recursive DNS queries. Supported: host:port. The default is to use the system resolvers, or Google’s DNS resolvers if the system’s cannot be determined.

type: null or string
Default
null
Example
"1.1.1.1:53"
declared in: nixos/modules/security/acmeView source on NixOS/nixpkgs →