Dynamic between DNS-over-HTTPS, DNS-over-TLS, DNS-over-QUIC, with DNS-over-IP Fallback.

Why pick one, when you can have them all?

https://discourse.nixos.org/t/dynamic-between-dns-over-https-dns-over-tls-dns-over-quic-with-dns-over-ip-fallback/64968

#DNS #Linux #NixOS #Nix #DnsOverHttps #DnsOverTls #DnsOverIp #DnsOverQuic
Dynamic between DNS-over-HTTPS, DNS-over-TLS, DNS-over-QUIC, with DNS-over-IP Fallback

If something fails, for whatever reason, this will move right onto the next portal, and the next, and finally fall back to regular DNS over IP. You will need: dnsproxy and dnsmasq in your system software list. First a before and after (what I started with, and what I am sharing now). Here is the before, which I used for simple DNS-over-IP. This can be used with any DNS-over-IP, with the optional ID if needed (for example, AdGuard DNS). # ---------------------------------------- # 🛡️ DNS (vi...

NixOS Discourse