@cryptotaxi247 / kubo / commits / a7762da3f

add note in daemon helptext about new routing type

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Sep 30, 2016 at 16:09 UTC a7762da3f86efd86b343f3bfc6632e089b81a117
1 file changed +11
cmd/ipfs/daemon.go
+11
@@ -121,6 +121,17 @@ environment variable:
121
122 export IPFS_PATH=/path/to/ipfsrepo
123
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 +
135 DEPRECATION NOTICE
136
137 Previously, IPFS used an environment variable as seen below: