mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
I suspect that one issue as part local discovery is that we respond to LLMNR queries with NXDOMAIN if the domain isn't a resource. This is probably wrong. LLMNR works over multicast so if a particular interface can't respond to a query with records, it should probably not respond at all. Related: #8266