We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When we don't already know a peer's address, ipfs swarm connect /ipfs/QmId always fails. This is because we:
ipfs swarm connect /ipfs/QmId
The text was updated successfully, but these errors were encountered:
good catch
Sorry, something went wrong.
39febb1
make ipfs swarm connect /ipfs/QmId work
f40d0b4
fixes #5102 Also, allow specifying multiple addresses for a single peer. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
25a763f
fixes ipfs#5102 Also, allow specifying multiple addresses for a single peer. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
go-ipfs-config: make ipfs swarm connect /ipfs/QmId work
514edce
019e7b2
No branches or pull requests
When we don't already know a peer's address,
ipfs swarm connect /ipfs/QmId
always fails. This is because we:The text was updated successfully, but these errors were encountered: