mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 10:47:51 +08:00
docs(cmds): daemon: update DHTClient description
This commit is contained in:
parent
849e0478b5
commit
0f3a1b3820
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user