From 488b0d6895850db2dd9f16ba12aca371ff959375 Mon Sep 17 00:00:00 2001 From: weifanglab Date: Tue, 7 Jul 2026 22:23:38 +0800 Subject: [PATCH] docs: fix private networks setup wording Signed-off-by: weifanglab --- docs/experimental-features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/experimental-features.md b/docs/experimental-features.md index abd45ff3ca5..6a3bf72dc42 100644 --- a/docs/experimental-features.md +++ b/docs/experimental-features.md @@ -135,7 +135,7 @@ And then add a file at a specific URL using `ipfs urlstore add ` ## Private Networks -It allows ipfs to only connect to other peers who have a shared secret key. +This allows Kubo to only connect to other peers who have a shared secret key. ### State @@ -150,7 +150,7 @@ Stable but not quite ready for prime-time. ### How to enable -Generate a pre-shared-key using [ipfs-swarm-key-gen](https://github.com/Kubuxu/go-ipfs-swarm-key-gen)): +Generate a pre-shared key using [ipfs-swarm-key-gen](https://github.com/Kubuxu/go-ipfs-swarm-key-gen): ``` go install github.com/Kubuxu/go-ipfs-swarm-key-gen/ipfs-swarm-key-gen@latest ipfs-swarm-key-gen > ~/.ipfs/swarm.key