-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
this doesn't need to be an advertised command, but i imagine it might be nice to have a simple command -- rather than editing arrays with ipfs config or opening up the file.
# list out bootstrap addresses
> ipfs bootstrap
/ip4/104.131.131.82/tcp/4001/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ
# add another address
> ipfs bootstrap add /ip4/162.243.139.61/tcp/5001/QmXZPT1SLcczjNSLnSCsQBWwbosKjrDRo122Ys8ajKoqXR
> ipfs bootstrap add /ip4/162.243.139.61/tcp/5002/QmXZPT1SLcczjNSLnSCsQBWwbosKjrDRo122Ys8ajKoqXR
> ipfs bootstrap
/ip4/104.131.131.82/tcp/4001/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ
/ip4/162.243.139.61/tcp/5001/QmXZPT1SLcczjNSLnSCsQBWwbosKjrDRo122Ys8ajKoqXR
/ip4/162.243.139.61/tcp/5002/QmXZPT1SLcczjNSLnSCsQBWwbosKjrDRo122Ys8ajKoqXR
# remove specific address
> ipfs bootstrap remove /ip4/162.243.139.61/tcp/5001/QmXZPT1SLcczjNSLnSCsQBWwbosKjrDRo122Ys8ajKoqXR
# remove all addresses with a given pk
> ipfs bootstrap remove QmXZPT1SLcczjNSLnSCsQBWwbosKjrDRo122Ys8ajKoqXRReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels