You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
I followed the example about how to use 'ipfs bootstrap' to create a private ipfs where only my personal nodes can read data from each other and data on those nodes won't be retrieved via ipfs.io/ipfs/file_hash but it didn't work as I expected.
All I did is following:
Install IPFS on computer A and computer B.
Run ipfs bootstrap rm --all to remove all default peers on computer A and computer B.
On computer A run ipfs bootstrap add _computer_B_hash_address
On computer B run ipfs bootstrap add _computer_A_hash_address
=> Result: files which are hashed now still available to be retrieved from ipfs.io/ipfs/file_hash. Even when I remove all default peers, I can still get the files from ipfs.io/ipfs/file_hash
So can someone tell me what I missed or if I misunderstood any point about ipfs bootstrap functionality.
Thank you in advance and I'm looking forward to your response!