mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-07-30 19:42:01 +00:00
Merge pull request #247 from avbasov/patch-1
Fix "no protocol with name dnsaddr" error
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
pstore "github.com/libp2p/go-libp2p-peerstore"
|
||||
routing "github.com/libp2p/go-libp2p-routing"
|
||||
multiaddr "github.com/multiformats/go-multiaddr"
|
||||
_ "github.com/multiformats/go-multiaddr-dns"
|
||||
)
|
||||
|
||||
var DefaultBootstrapPeers []multiaddr.Multiaddr
|
||||
|
Reference in New Issue
Block a user