Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们知道我们可以与 IPFS 中的指定节点连接和断开连接,即
ipfs swarm connect /ip4/104.236.176.52/tcp/4001/ipfs/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z
但我想调查的是我只指定了或某种授权节点。因为我只想与一些指定的节点共享我的数据。
是的你可以。您不需要连接到公共 ipfs 网络。
相反,您可以使用共享公共共享对称密钥的节点创建自己的私有 ipfs 网络。
以下是有关如何设置私有 ipfs 网络的具体细节。