mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
disable dnssec in resolved
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@gmail.com>
This commit is contained in:
parent
cf1c10b358
commit
d7289cace3
@ -12,7 +12,7 @@ with lib; {
|
||||
services = {
|
||||
resolved = {
|
||||
enable = true;
|
||||
dnssec = "allow-downgrade";
|
||||
# dnssec = "allow-downgrade";
|
||||
llmnr = "true";
|
||||
fallbackDns = ["127.0.0.1" "::1"];
|
||||
extraConfig = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user