refactor(nix/host/orion): disable DNSSEC
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m11s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m11s
This commit is contained in:
parent
2f75fe897d
commit
cec9ad470f
@ -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
|
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
|
Cache=yes
|
||||||
CacheFromLocalhost=no
|
CacheFromLocalhost=no
|
||||||
DNSSEC=allow-downgrade
|
DNSSEC=no
|
||||||
DNSOverTLS=opportunistic
|
DNSOverTLS=opportunistic
|
||||||
MulticastDNS=yes
|
MulticastDNS=yes
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user