iroh icon indicating copy to clipboard operation
iroh copied to clipboard

feat: add support for mdns multi-interface

Open zh522130 opened this issue 3 months ago • 4 comments

My testing environment is as follows:

Device A turns on a Wi-Fi hotspot (Device A cannot access the internet) and runs an iroh program with mDNS discovery enabled.

Device B connects to A via Wi-Fi, but Device B cannot discover Device A through mDNS.

I tested swarm-discovery 0.4.0 and encountered the same issue.

I tested the multi-interface branch, Device B was able to discover Device A normally. Therefore, this issue requires updating iroh after the branch is merged.

zh522130 avatar Oct 14 '25 02:10 zh522130