Disable LLMNR.

This commit is contained in:
2025-03-20 06:59:49 +00:00
parent 8454428f89
commit a34713ec4b

View File

@@ -42,6 +42,8 @@
networking.useNetworkd = true; networking.useNetworkd = true;
systemd.network.enable = true; systemd.network.enable = true;
# not useful and potentially a security loophole
services.resolved.llmnr = "false";
systemd.network.netdevs."10-br0" = { systemd.network.netdevs."10-br0" = {
netdevConfig = { netdevConfig = {