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
@@ -29,3 +29,4 @@ tokio = { workspace = true }
tracing = { workspace = true }
uuid = { workspace = true }
walkdir = { workspace = true }
if-addrs = { workspace = true }