mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Network/DNS] Disable DNSSEC
This commit is contained in:
parent
94a5259b68
commit
6b5f69bece
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ in
|
|||
|
||||
services.resolved.enable = (cfg.dns == "systemd-resolved");
|
||||
services.resolved.llmnr = mkForce "false"; # https://www.blackhillsinfosec.com/how-to-disable-llmnr-why-you-want-to/
|
||||
services.resolved.dnssec = "false"; # Causes issues with masquerading DNS
|
||||
|
||||
services.unbound.enable = (cfg.dns == "unbound");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue