mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +08:00
⚠️ 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"
]
```
|
||
|---|---|---|
| .. | ||
| commands | ||
| corehttp | ||
| corerepo | ||
| coreunix | ||
| .gitignore | ||
| bootstrap_test.go | ||
| bootstrap.go | ||
| core_test.go | ||
| core.go | ||
| datastore.go | ||
| mock.go | ||