@cryptotaxi247 / kubo / commits / 0f3a1b382

docs(cmds): daemon: update DHTClient description

Winterhuman committed Sep 1, 2022 at 13:59 UTC 0f3a1b3820eb0dbd420dd0904f70e15db8a5b243
1 file changed +6 -5
cmd/ipfs/daemon.go
+6 -5
@@ -142,14 +142,15 @@ environment variable:
142
143 Routing
144
145 -IPFS by default will use a DHT for content routing. There is a highly
146 -experimental alternative that operates the DHT in a 'client only' mode that
147 -can be enabled by running the daemon as:
145 +IPFS by default will use a DHT for content routing. There is an alternative
146 +that operates the DHT in a 'client only' mode that can be enabled by
147 +running the daemon as:
148
149 ipfs daemon --routing=dhtclient
150
151 -This will later be transitioned into a config option once it gets out of the
152 -'experimental' stage.
151 +Or you can set routing to dhtclient in the config:
152 +
153 + ipfs config Routing.Type dhtclient
154
155 DEPRECATION NOTICE
156