Commit 7d1706f7 authored by Jeromy's avatar Jeromy
Browse files

make mdns service tag conform to standards

Showing with 1 addition and 1 deletion
+1 -1
......@@ -20,7 +20,7 @@ import (
var log = logging.Logger("mdns")
const ServiceTag = "discovery.ipfs.io"
const ServiceTag = "_ipfs-discovery._udp"
type Service interface {
io.Closer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment