feat(network): enable LLMNR and MulticastDNS in SGX config

- Enabled LLMNR to allow link-local name resolution.
- Enabled MulticastDNS to support service discovery and hostname resolution within local networks.
This commit is contained in:
Harald Hoyer 2025-02-22 08:55:07 +01:00
parent d3413a581c
commit 74a2d0a2e7

View file

@ -30,6 +30,8 @@
DHCP = "yes";
linkConfig.RequiredForOnline = "routable";
linkConfig.RequiredFamilyForOnline = "both";
LLMNR = "true";
MulticastDNS = "true";
};
systemd.network.netdevs."br0" = {