ipfs/kubo
在 GitHub 查看ipfs swarm connect should only use address provided in argument by default
Open
#4,191 建立於 2017年8月31日
help wantedkind/bugkind/enhancement
倉庫指標
- Star
- (13,906 star)
- PR 合併指標
- (平均合併 4天 2小時) (30 天內合併 28 個 PR)
描述
We need a way to tell ipfs swarm connect that it should only use the address we give to it. Too many times I try to connect to a peer with ipfs swarm connect /definitely/a/valid/address and get dial backoffed because ipfs tried 100 other addresses that we're the one i gave it. This is also important in testing other things, I want to test out relay stuff, but often times i try to connect to a peer via relay and get a normal tcp direct connection.