-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDNS query #4600
Comments
It should be Actually, what version are you using? 0.4.13 doesn't build on windows, IIRC. |
|
So it looks like it is broken. See also libp2p/js-libp2p-mdns#67 |
If any one is still interested, the issue is that go is sending a legacy unicast query. Which means that it is not sending the query to port 5353. I changed my code to send the DNS answer to the specific port of the query and go-ipfs was happy. It connected to my node! |
Wow. Something else to add to libp2p/go-libp2p#623. |
Version information:
Type: Question
Description:
Trying to do a mdns (Multicast DNS) query to go-ipfs with no luck.
go-ipfs
and the query app are running on the same host. I get no response to the query.What is the service name? I've tried
_ipfs-discovery._udp.local.
and_ipfs-discovery._upd.
If I run
js-ipfs
, it will respond to_ipfs-discovery._udp
.The text was updated successfully, but these errors were encountered: