Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
777d306f
Unverified
Commit
777d306f
authored
Jun 25, 2018
by
Whyrusleeping
Committed by
GitHub
Jun 25, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5144 from ipfs/fix/5143
explicitly import go-multiaddr-dns in config/bootstrap_peers
parents
be209036
cf2be458
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
repo/config/bootstrap_peers.go
repo/config/bootstrap_peers.go
+3
-0
No files found.
repo/config/bootstrap_peers.go
View file @
777d306f
...
@@ -5,6 +5,9 @@ import (
...
@@ -5,6 +5,9 @@ import (
"fmt"
"fmt"
iaddr
"gx/ipfs/QmaKviZCLQrpuyFdSjteik7kJFcQpcyZgb1VuuwaCBBaEa/go-ipfs-addr"
iaddr
"gx/ipfs/QmaKviZCLQrpuyFdSjteik7kJFcQpcyZgb1VuuwaCBBaEa/go-ipfs-addr"
// Needs to be imported so that users can import this package directly
// and still parse the bootstrap addresses.
_
"gx/ipfs/QmT8461vVVyBPyHJHQ6mvm8UdQ8UZNA5n6Z7kBk7GRf1xu/go-multiaddr-dns"
)
)
// DefaultBootstrapAddresses are the hardcoded bootstrap addresses
// DefaultBootstrapAddresses are the hardcoded bootstrap addresses
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment