Skip to content
Snippets Groups Projects
Commit 11c8a5e6 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

add bootstrap to config

parent 859c0d6e
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
set -ex set -ex
# remove default bootstrap nodes # remove default bootstrap nodes
ipfs bootstrap rm all ipfs bootstrap rm all
# add custom bootstrap
ipfs config Bootstrap --json '["/dns/datapod.coinduf.eu/tcp/4001/p2p/12D3KooWFp4JsoDo5FX8CFLtyJjaWWRZ8q3gr8uT2s9To2GYzRNA"]'
# prevent gateway from fetching foreign data # prevent gateway from fetching foreign data
ipfs config Gateway.NoFetch --json true ipfs config Gateway.NoFetch --json true
# only reprovide pinned data # only reprovide pinned data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment