mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 02:30:39 +08:00
Update experimental-features.md
This commit is contained in:
@ -190,12 +190,12 @@ First, to prevent your node from even trying to connect to the default bootstrap
|
|||||||
ipfs bootstrap rm --all
|
ipfs bootstrap rm --all
|
||||||
```
|
```
|
||||||
|
|
||||||
then
|
Then add your own bootstrap peers with:
|
||||||
```bash
|
```bash
|
||||||
ipfs bootstrap add <multiaddr>
|
ipfs bootstrap add <multiaddr>
|
||||||
```
|
```
|
||||||
|
|
||||||
example:
|
For example:
|
||||||
```
|
```
|
||||||
ipfs bootstrap add /ip4/104.236.76.40/tcp/4001/ipfs/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64
|
ipfs bootstrap add /ip4/104.236.76.40/tcp/4001/ipfs/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user