Skip to content

ipfs bootstrap plumbing cmd? #117

@jbenet

Description

@jbenet

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 QmXZPT1SLcczjNSLnSCsQBWwbosKjrDRo122Ys8ajKoqXR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions