-
Notifications
You must be signed in to change notification settings - Fork 274
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: the spec to explicitly allow for configurability of the service name #620
Comments
@aschmahmann has some thoughts |
dhuseby
changed the title
https://github.com/libp2p/specs/blob/master/discovery/mdns.md#definitions
mDNS: the spec to explicitly allow for configurability of the service name
Jul 2, 2024
A few thoughts:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The spec mentions that when using a private network, you can contains the network's fingerprint in the service name to prevent the private network and the public network from discovering each other.
In the Go implementation, I use a service name like this:
_p2p-dced2aa3b9ea8def145b7f80271517b6._udp
Originally posted by @fei-ke in libp2p/rust-libp2p#2898 (comment)
The text was updated successfully, but these errors were encountered: