-
bootstrap: use ipfsaddr for boostrap peers
⚠ · 29bf59dd⚠ this commit makes your current configs unusable, as the default bootstrap peers. You may need to edit your config. Go from: ```js Bootstrap: [ { "Address": "/ip4/104.131.131.82/tcp/4001", "PeerID": "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ" } ] ``` To: ```js Bootstrap: [ "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ" ] ```由 Juan Batiz-Benet 提交于29bf59dd
| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| .. | ||
| ipfsaddr.go | 正在载入提交数据... | |
| ipfsaddr_test.go | 正在载入提交数据... |