From cec9ad470f26f6a5ee5c790e51c18e32e6888343 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 12 Jun 2024 09:19:40 -0500 Subject: [PATCH] refactor(nix/host/orion): disable `DNSSEC` --- hosts/orion/modules/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/orion/modules/networking.nix b/hosts/orion/modules/networking.nix index 2ff3d343..7c750e37 100644 --- a/hosts/orion/modules/networking.nix +++ b/hosts/orion/modules/networking.nix @@ -43,7 +43,7 @@ in FallbackDNS=1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com Cache=yes CacheFromLocalhost=no - DNSSEC=allow-downgrade + DNSSEC=no DNSOverTLS=opportunistic MulticastDNS=yes '';