From 0f3a1b3820eb0dbd420dd0904f70e15db8a5b243 Mon Sep 17 00:00:00 2001 From: Winterhuman <86165318+Winterhuman@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:59:10 +0000 Subject: [PATCH] docs(cmds): daemon: update DHTClient description --- cmd/ipfs/daemon.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go index 8577543b5..0178d4bf9 100644 --- a/cmd/ipfs/daemon.go +++ b/cmd/ipfs/daemon.go @@ -142,14 +142,15 @@ environment variable: Routing -IPFS by default will use a DHT for content routing. There is a highly -experimental alternative that operates the DHT in a 'client only' mode that -can be enabled by running the daemon as: +IPFS by default will use a DHT for content routing. There is an alternative +that operates the DHT in a 'client only' mode that can be enabled by +running the daemon as: ipfs daemon --routing=dhtclient -This will later be transitioned into a config option once it gets out of the -'experimental' stage. +Or you can set routing to dhtclient in the config: + + ipfs config Routing.Type dhtclient DEPRECATION NOTICE