Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap add --default option #497

Merged
merged 2 commits into from
Jan 6, 2015
Merged

bootstrap add --default option #497

merged 2 commits into from
Jan 6, 2015

Conversation

jbenet
Copy link
Member

@jbenet jbenet commented Jan 6, 2015

this commit adds the "bootstrap add --default" option,
which adds back hardcoded bootstrap peers. this makes it
easy to test ipfs with different bootstrap nodes:

ipfs bootstrap rm --all
ipfs bootstrap add <peer-addr>
<testing to your satisfaction>
ipfs bootstrap rm --all
ipfs bootstrap add --default

this commit:
* moves parsing of bootstrap peers into config
* moves location of bootstrap addrs into core/commands
* refactor `*BootstrapPeer -> BootstrapPeer
@jbenet jbenet added the status/in-progress In progress label Jan 6, 2015
jbenet added a commit that referenced this pull request Jan 6, 2015
@jbenet jbenet merged commit edf73c8 into master Jan 6, 2015
@jbenet jbenet removed the status/in-progress In progress label Jan 6, 2015
@jbenet jbenet deleted the bootstrap-add-default branch January 6, 2015 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant