refactor(nix/host/orion): disable DNSSEC
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m11s

This commit is contained in:
Price Hiller 2024-06-12 09:19:40 -05:00
parent 2f75fe897d
commit cec9ad470f
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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
'';