Your IPFS node will only store content:
- You add to your node (with, e.g.,
ipfs add
). - You fetch from the network (with, e.g.,
ipfs get
,ipfs cat
,ipfs pin
, or the gateway).
It won’t automatically store content for other peers.
Your IPFS node will only store content:
ipfs add
).ipfs get
, ipfs cat
, ipfs pin
, or the gateway).It won’t automatically store content for other peers.