Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aff0a0c

Browse files
committedSep 30, 2016
add note in daemon helptext about new routing type
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
1 parent 3b686da commit aff0a0c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎cmd/ipfs/daemon.go

+11
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,17 @@ environment variable:
121121
122122
export IPFS_PATH=/path/to/ipfsrepo
123123
124+
Routing
125+
126+
IPFS by default will use a DHT for content routing. There is a highly
127+
experimental alternative that operates the DHT in a 'client only' mode that can
128+
be enabled by running the daemon as:
129+
130+
ipfs daemon --routing=dhtclient
131+
132+
This will later be transitioned into a config option once it gets out of the
133+
'experimental' stage.
134+
124135
DEPRECATION NOTICE
125136
126137
Previously, IPFS used an environment variable as seen below:

0 commit comments

Comments
 (0)
Please sign in to comment.