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