mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Allow dnssec to allow-downgrade
This commit is contained in:
parent
fb423a6036
commit
4b4fbf3c6a
@ -12,7 +12,7 @@ with lib; {
|
|||||||
services = {
|
services = {
|
||||||
resolved = {
|
resolved = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dnssec = "true";
|
dnssec = "allow-downgrade";
|
||||||
llmnr = "true";
|
llmnr = "true";
|
||||||
fallbackDns = ["127.0.0.1" "::1"];
|
fallbackDns = ["127.0.0.1" "::1"];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user