Encrypted DNS: Difference between revisions
imported>Emily new page documenting dnscrypt-proxy2 module |
imported>Valodim add more info about stubby |
||
Line 92: | Line 92: | ||
== Stubby == | == Stubby == | ||
See the [https://nixos.org/nixos/options.html#services.stubby options documentation for <code>services.stubby.*</code>]. | Stubby is a very lightweight resolver (40kb binary) that performs DNS-over-TLS, and nothing else. While stubby can be used as a system resolver on its own, it is typically combined with another resolver (such as unbound) to add caching and forwarding rules for local domains. See the [https://nixos.org/nixos/options.html#services.stubby options documentation for <code>services.stubby.*</code>] for configuration. |