Add LLMNR

This commit is contained in:
xmm16 2024-12-13 19:54:16 -03:00
commit ec967fbb8d
No known key found for this signature in database

View file

@ -52,7 +52,7 @@
"2620:fe::9#dns.quad9.net" "2620:fe::9#dns.quad9.net"
]; ];
dnsovertls = "true"; dnsovertls = "true";
llmnr = "false"; llmnr = "true";
}; };
networking.firewall.enable = true; networking.firewall.enable = true;