ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
394 stars 54 forks source link

--public flag to decide whether to boostrap to public nodes #11

Open hackergrrl opened 9 years ago

hackergrrl commented 9 years ago

--public use the public ipfs network for bootstrap (default: true)

Currently this is the default. Add a boolean flag that lets users disable this behaviour.