mdns fix: use heuristic to find suitable interface and use IP of that interface to anounce service

This commit is contained in:
2025-11-13 20:35:29 +01:00
parent 2baf32f78a
commit 651e3db988
4 changed files with 99 additions and 3 deletions
+1
View File
@@ -39,6 +39,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1", features = ["v7"] }
walkdir = "2"
if-addrs = "0.11"
windows = { version = "0.62", features = [
"Win32",
"Win32_UI",